Skip to content

Commit

Permalink
wip: adds deps install
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Mar 8, 2024
1 parent 608280e commit 953c7f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/backstop-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
.github
_ci
- name: 🛢 Install Dependencies
uses: ./.github/actions/install-cache-deps
with:
WORKSPACE_ROOT: _ci/backstop
BROWSER_BINARIES: true

- uses: dgrebb/ngrok-ssh@main
with:
NGROK_AUTHTOKEN: ${{ secrets.NGROK_AUTHTOKEN }}
Expand Down

0 comments on commit 953c7f0

Please sign in to comment.