Skip to content

Commit

Permalink
wip: install all deps first
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Mar 8, 2024
1 parent 3e4194b commit 2658c52
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/backstop-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,11 @@ jobs:
.github
_ci
# - name: 🛢 Install Dependencies
# uses: ./.github/actions/install-cache-deps
# with:
# WORKSPACE_ROOT: _ci/backstop
# BROWSER_BINARIES: true

- name: Install Node.js
uses: actions/setup-node@v4
- name: 🛢 Install Dependencies
uses: ./.github/actions/install-cache-deps
with:
node-version: ${{ env.NODE_VERSION }}
WORKSPACE_ROOT: _ci/backstop
BROWSER_BINARIES: true

- uses: dgrebb/ngrok-ssh@main
with:
Expand Down

0 comments on commit 2658c52

Please sign in to comment.