Skip to content

Commit

Permalink
Merge 0633993 into cb04888
Browse files Browse the repository at this point in the history
  • Loading branch information
oshi97 committed Aug 16, 2022
2 parents cb04888 + 0633993 commit 12d8d89
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ jobs:
build_script: npm run build-ci

compilation_check_for_test_site:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- run: npm ci
- run: npm run build
- run: cd test-site
- run: npm i
- run: npm run build
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@v1
with:
build_script: cd test-site && npm i && npm run build
node_matrix: '["16.x"]'

0 comments on commit 12d8d89

Please sign in to comment.