Skip to content

Commit

Permalink
use specified id to simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Dec 21, 2024
1 parent dd0cdf9 commit 2ee0f3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/playwright-svelte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Setup dfx binary
run: chmod +x /usr/local/bin/dfx
- name: Provision Linux
run: bash scripts/workflows/provision-linux.sh || bash scripts/workflows/provision-linux.sh
- name: Prepare environment
Expand All @@ -60,9 +58,10 @@ jobs:
playwright install-deps
- name: Deploy default dfx project
run: |
dfx new e2e_project
dfx new e2e_project --frontend sveltekit
pushd e2e_project
dfx start --background --clean
dfx canister create e2e_project_frontend --specified-id br5f7-7uaaa-aaaaa-qaaca-cai
dfx deploy
popd
- name: Install dependencies
Expand Down

0 comments on commit 2ee0f3e

Please sign in to comment.