Skip to content

Commit

Permalink
debugging ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jul 23, 2023
1 parent 87c0739 commit aa9a26e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- run: npm install
- run: npm run lint
- run: npm run setup
# list all files in the data folder for debugging purposes
- run: find ./data
- run: npm run test
# see https://github.com/webpack/webpack/issues/14532
- run: NODE_OPTIONS=--openssl-legacy-provider npm run build
Expand Down

0 comments on commit aa9a26e

Please sign in to comment.