Skip to content

Commit

Permalink
Tests cli fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tiziodcaio committed Sep 9, 2024
1 parent 64bdae4 commit 8dbfe3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtime_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
path: "**/node_modules"
key: ${{ runner.arch }}-${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }}
- run: yarn
- run: yarn test ${{ matrix.params }} --ci --shard=${{ matrix.shard }}
- run: yarn test -- ${{ matrix.params }} --ci --shard=${{ matrix.shard }}

# ----- BUILD -----
build_and_lint:
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
merge-multiple: true
- name: Display structure of build
run: ls -R build
- run: yarn test --build ${{ matrix.test_params }} --shard=${{ matrix.shard }} --ci
- run: yarn test -- --build ${{ matrix.test_params }} --shard=${{ matrix.shard }} --ci

process_artifacts_combined:
name: Process artifacts combined
Expand Down

0 comments on commit 8dbfe3a

Please sign in to comment.