Skip to content

Commit

Permalink
run test
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 12, 2023
1 parent 4c6a033 commit b54ad9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_test_deploy_new.yml
Expand Up @@ -49,3 +49,11 @@ jobs:
- run: pnpm build

- run: turbo build-native -- --target x86_64-unknown-linux-gnu

- run: pnpm playwright install-deps

- run: pnpm playwright install chromium

- run: git clean -xdf test; git checkout test;

- run: node run-tests.js test/integration/production/test/index.test.js

0 comments on commit b54ad9c

Please sign in to comment.