Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oshi97 committed Aug 16, 2022
1 parent cb04888 commit ae0f0f8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,8 @@ name: Run Tests
on: [push, pull_request]

jobs:
call_run_tests:
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@v1
with:
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
- run: cd test-site && pwd && ls

0 comments on commit ae0f0f8

Please sign in to comment.