Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Oct 31, 2024
1 parent 4a42bed commit ea9665d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macro-and-script-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ jobs:
run: yarn install
- name: create env file
run: |
pwd
ls
touch ./.env
echo RUNNING_IN_CI="$RUNNING_IN_CI" >> .env
- name: Clear jest cache
run: yarn test:clear-cache
- name: Run macro and script tests
run: |
pwd
ls
yarn test

0 comments on commit ea9665d

Please sign in to comment.