Skip to content

Commit

Permalink
gha: skip jwt test
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Oct 29, 2024
1 parent 5b36490 commit 850e190
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,10 @@ jobs:
if: "contains(env.FAASM_WASM_VM, 'wamr')"
timeout-minutes: 1
run: faasmctl invoke rabe test
- name: "Run JWT test"
if: "contains(env.FAASM_WASM_VM, 'wamr')"
timeout-minutes: 1
run: faasmctl invoke jwt test
# - name: "Run JWT test"
# if: "contains(env.FAASM_WASM_VM, 'wamr')"
# timeout-minutes: 1
# run: faasmctl invoke jwt test
- name: "Print upload logs in case of failure"
if: failure()
run: faasmctl logs -s upload
Expand Down

0 comments on commit 850e190

Please sign in to comment.