Skip to content

Commit

Permalink
Add yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Aug 21, 2023
1 parent 726b1b5 commit a63722a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testcafe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,16 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'

- name: Serve static files
run: python -m http.server 8080 &

- name: Install node dependencies
run: yarn

- name: Set up posthog-js
run: yarn && yarn build-rollup
run: yarn build-rollup

- name: Run ${{ matrix.name }} test
run: yarn testcafe "browserstack:${{ matrix.browserstack }}"

0 comments on commit a63722a

Please sign in to comment.