Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lwlee2608 committed Nov 13, 2023
1 parent 571c261 commit dced7fa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@ jobs:
- name: Check out
uses: actions/checkout@v2

- name: Install xk6
run: go install go.k6.io/xk6/cmd/xk6@latest

- name: Build
run: make
File renamed without changes.
2 changes: 1 addition & 1 deletion example/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export let options = {
}

// Load additional custom AVP definition
dict.load("dict/dictionary.xml")
dict.load("dict/extra.xml")

// Init Client
let client = diam.Client()
Expand Down

0 comments on commit dced7fa

Please sign in to comment.