Skip to content

Commit

Permalink
wip: paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Jan 16, 2024
1 parent 954eac3 commit f94894e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-sanity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: ./actions/.github/actions/setup-base
id: base

- uses: ./.github/actions/prepare-docker
- uses: ./actions/.github/actions/prepare-docker

- name: "𓋏 Run `backstop test` in Docker"
continue-on-error: true
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: ./actions/.github/actions/setup-base
id: base

- uses: ./.github/actions/prepare-docker
- uses: ./actions/.github/actions/prepare-docker

- name: "🎭 Run `backstop test --confg=playwright` in Docker"
continue-on-error: true
Expand Down

0 comments on commit f94894e

Please sign in to comment.