We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0cdf9 commit 2ee0f3eCopy full SHA for 2ee0f3e
.github/workflows/playwright-svelte.yml
@@ -39,8 +39,6 @@ jobs:
39
uses: actions/setup-node@v4
40
with:
41
node-version: lts/*
42
- - name: Setup dfx binary
43
- run: chmod +x /usr/local/bin/dfx
44
- name: Provision Linux
45
run: bash scripts/workflows/provision-linux.sh || bash scripts/workflows/provision-linux.sh
46
- name: Prepare environment
@@ -60,9 +58,10 @@ jobs:
60
58
playwright install-deps
61
59
- name: Deploy default dfx project
62
run: |
63
- dfx new e2e_project
+ dfx new e2e_project --frontend sveltekit
64
pushd e2e_project
65
dfx start --background --clean
+ dfx canister create e2e_project_frontend --specified-id br5f7-7uaaa-aaaaa-qaaca-cai
66
dfx deploy
67
popd
68
- name: Install dependencies
0 commit comments