Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubwro committed Oct 5, 2023
1 parent 986c7a6 commit 2e3e5c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
julia-version: ['1.9.3']
julia-arch: [x64]
nats-version: ['2.10.1']
julia-num-threads: ['1', '1,1', '1,2', '1,4']
julia-num-threads: ['1']
os: [ubuntu-latest]

services:
Expand Down Expand Up @@ -54,11 +54,11 @@ jobs:
- run: |
julia --project -e 'using Pkg; Pkg.instantiate()'
- run: |
JULIA_NUM_THREAD=${{ matrix.julia-num-threads }} NATS_AUTH_TOKEN=s3cr3t julia --colors=yes --project test/runtests.jl
JULIA_NUM_THREAD=${{ matrix.julia-num-threads }} NATS_AUTH_TOKEN=s3cr3t julia --color=yes --project test/runtests.jl
- run: |
JULIA_NUM_THREADS=${{ matrix.julia-num-threads }} NATS_USER=jakub NATS_PASS=passw0rd julia --colors=yes --project test/runtests.jl
JULIA_NUM_THREADS=${{ matrix.julia-num-threads }} NATS_USER=jakub NATS_PASS=passw0rd julia --color=yes --project test/runtests.jl
- run: |
JULIA_NUM_THREADS=${{ matrix.julia-num-threads }} NATS_PORT=4224 NATS_USER=jakub NATS_PASS=passw0rd NATS_NKEY_SEED=SUADPKZWX3XJQO4GJEX2IGZAKCYUSLSLNJXFG7KPAYAODEVABRK6ZKKALA NATS_NKEY=UDBKUC5JFUX5SDF6CGBT3WAZEZSJTGMWWSCRJMODEUPVOKBPCLVODH2J julia --colors=yes --project test/runtests.jl
JULIA_NUM_THREADS=${{ matrix.julia-num-threads }} NATS_PORT=4224 NATS_USER=jakub NATS_PASS=passw0rd NATS_NKEY_SEED=SUADPKZWX3XJQO4GJEX2IGZAKCYUSLSLNJXFG7KPAYAODEVABRK6ZKKALA NATS_NKEY=UDBKUC5JFUX5SDF6CGBT3WAZEZSJTGMWWSCRJMODEUPVOKBPCLVODH2J julia --color=yes --project test/runtests.jl
- uses: julia-actions/julia-processcoverage@v1
# annotate: true
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 2e3e5c2

Please sign in to comment.