Skip to content

Commit

Permalink
chore(ci): Name wasm job more clearly (#2269)
Browse files Browse the repository at this point in the history
* chore(ci): Name wasm job more clearly

* Update .github/workflows/wasm.yml

Co-authored-by: Tom French <[email protected]>

---------

Co-authored-by: Tom French <[email protected]>
  • Loading branch information
phated and TomAFrench authored Aug 10, 2023
1 parent 5f2859c commit bb17499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:

test:
needs: [build-wasm, build-nargo]
name: Test
name: Test noir_wasm
runs-on: ubuntu-latest
steps:
- name: Checkout noir-lang/noir
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Install dependencies
working-directory: ./crates/wasm
run: yarn install

- name: Install playwright deps
working-directory: ./crates/wasm
run: |
Expand Down

0 comments on commit bb17499

Please sign in to comment.