Skip to content

Commit

Permalink
test: revert to github hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Psami-wondah committed Aug 12, 2024
1 parent a51f863 commit eeaf6fb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ jobs:
node-version: '16'
cache: 'yarn'

- name: Cache Yarn
uses: actions/cache@v4
with:
path: ~/.cache
key: cypress-${{ runner.os }}-cypress-${{ hashFiles('**/package-lock.json') }}

- name: Install packages
run: yarn install --frozen-lockfile && yarn add "https://github.com/zimmerman-team/rawgraphs-charts.git#b86c928"

Expand Down Expand Up @@ -89,12 +83,6 @@ jobs:
node-version: '16'
cache: 'yarn'

- name: Cache Yarn
uses: actions/cache@v4
with:
path: ~/.cache
key: cypress-${{ runner.os }}-cypress-${{ hashFiles('**/package-lock.json') }}

- name: Install packages
run: yarn install --frozen-lockfile && yarn add "https://github.com/zimmerman-team/rawgraphs-charts.git#b86c928"

Expand Down

0 comments on commit eeaf6fb

Please sign in to comment.