Skip to content

Commit 2ee0f3e

Browse files
committed
use specified id to simplify test
1 parent dd0cdf9 commit 2ee0f3e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/playwright-svelte.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
uses: actions/setup-node@v4
4040
with:
4141
node-version: lts/*
42-
- name: Setup dfx binary
43-
run: chmod +x /usr/local/bin/dfx
4442
- name: Provision Linux
4543
run: bash scripts/workflows/provision-linux.sh || bash scripts/workflows/provision-linux.sh
4644
- name: Prepare environment
@@ -60,9 +58,10 @@ jobs:
6058
playwright install-deps
6159
- name: Deploy default dfx project
6260
run: |
63-
dfx new e2e_project
61+
dfx new e2e_project --frontend sveltekit
6462
pushd e2e_project
6563
dfx start --background --clean
64+
dfx canister create e2e_project_frontend --specified-id br5f7-7uaaa-aaaaa-qaaca-cai
6665
dfx deploy
6766
popd
6867
- name: Install dependencies

0 commit comments

Comments
 (0)