Skip to content

Commit a86dcc0

Browse files
committed
merge source dir swithcing and build commands
1 parent 3ac527a commit a86dcc0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515
uses: dfinity/setup-dfx@main
1616
with:
1717
dfx-version: "0.15.1"
18-
- name: Prepare for sonic swap source
19-
run: cd sonic-v1/swap
2018
- name: Build target canister
21-
run: dfx build --network ic --check swap
19+
run: cd sonic-v1/swap && dfx build --network ic --check swap
2220
- name: Download PocketIC
2321
run: wget -c https://download.dfinity.systems/ic/69e1408347723dbaa7a6cd2faa9b65c42abbe861/openssl-static-binaries/x86_64-linux/pocket-ic.gz
2422
- name: Extract and chmod PocketIC

0 commit comments

Comments
 (0)