Skip to content

Commit

Permalink
added docker step
Browse files Browse the repository at this point in the history
  • Loading branch information
alessioventuriniAND committed Sep 24, 2024
1 parent 2161a6a commit f7ffa00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/visual-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install
- name: Start docker
run: docker start
- name: Set up Docker
uses: docker/setup-buildx-action@v3
- name: Run visual regression tests
id: vr
run: yarn test-visual
Expand Down

0 comments on commit f7ffa00

Please sign in to comment.