Skip to content

Commit

Permalink
Fix ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerclique committed Jul 24, 2024
1 parent a2987e0 commit d4fc6a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
run: cargo build --release

- name: Run tests
run: cargo test --release --format json | cargo2junit > results.xml
run: cargo test --release -- --format json | cargo2junit > results.xml

- name: Upload test results
- name: Publish test results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
check_name: Test Results
files: results.xml

- name: Upload artifact
- name: Publish artifact
uses: actions/upload-artifact@v4
with:
name: wirdigen_cli
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Pack NPM package
run: wasm-pack pack ./wasm

- name: Upload artifact
- name: Publish artifact
uses: actions/upload-artifact@v4
with:
name: wirdigen_wasm
Expand Down

0 comments on commit d4fc6a6

Please sign in to comment.