Skip to content

Commit

Permalink
test gha
Browse files Browse the repository at this point in the history
  • Loading branch information
idelvall committed Nov 7, 2024
1 parent a080836 commit c5384fc
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 @@ -155,7 +155,7 @@ jobs:
strategy:
matrix:
# yml is dumb. update the --total arg to yarn build if you change the number of workers
worker_id: [0, 1]
worker_id: [3]
release_channel: [stable]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
CI: github
RELEASE_CHANNEL: ${{ matrix.release_channel }}
NODE_INDEX: ${{ matrix.worker_id }}
- run: tree .
- run: tree -f .
- name: Lint build
run: yarn lint-build
- name: Display structure of build
Expand Down

0 comments on commit c5384fc

Please sign in to comment.