Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Jan 9, 2024
1 parent da2b9d6 commit be3cfdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
node-version: ${{ matrix.node-version }}

- run: yarn install
- run: ls /home/
- run: ls /home/runner/
- run: ls /home/runner/work/
- run: ls /home/runner/work/_temp/
- run: ls /home/runner/work/_temp/.compiler_cache/
- run: ls /home/runner/work/_temp/.compiler_cache/wasm/

- run: yarn test
env:
Expand Down

0 comments on commit be3cfdd

Please sign in to comment.