Skip to content

Commit 251651e

Browse files
committed
Move the ICRC2-swap example macos CI to a separate PR
1 parent d640aa4 commit 251651e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/motoko-icrc2-swap-example.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,6 @@ concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
cancel-in-progress: true
1515
jobs:
16-
motoko-icrc2-swap-darwin:
17-
runs-on: macos-12
18-
steps:
19-
- uses: actions/checkout@v1
20-
- name: Provision Darwin
21-
env:
22-
DFX_VERSION: 0.15.1
23-
run: bash .github/workflows/provision-darwin.sh
24-
- name: Motoko ICRC2-Swap Darwin
25-
run: |
26-
dfx start --background
27-
pushd motoko/icrc2-swap
28-
npm install
29-
sleep 10
30-
make test
3116
motoko-icrc2-swap-linux:
3217
runs-on: ubuntu-20.04
3318
steps:

0 commit comments

Comments
 (0)