Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alessioventuriniAND committed Sep 23, 2024
1 parent 78a3f55 commit a728c0f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/visual-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
run-visual-regression-tests:
runs-on: macos-12
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -20,10 +20,6 @@ jobs:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install
- name: Install Docker
run: |
brew install docker
colima start
- name: Run visual regression tests
id: vr
run: yarn test-visual
Expand Down

0 comments on commit a728c0f

Please sign in to comment.