Skip to content

Commit

Permalink
FIX CI: ignore provision-darwin due its high costs on gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ffakenz committed May 11, 2024
1 parent 54fedfb commit b268a99
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ concurrency:
cancel-in-progress: true

jobs:
backend-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v1

- name: Create .env file
run: echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" > .env

- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh

- name: Rust Send HTTP GET Darwin
run: |
dfx start --background
pushd .
RUSTFLAGS=-Ctarget-cpu=mvp make test
popd
# backend-darwin:
# runs-on: macos-12
# steps:
# - uses: actions/checkout@v1

# - name: Create .env file
# run: echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" > .env

# - name: Provision Darwin
# run: bash .github/workflows/provision-darwin.sh

# - name: Rust Send HTTP GET Darwin
# run: |
# dfx start --background
# pushd .
# RUSTFLAGS=-Ctarget-cpu=mvp make test
# popd

backend-linux:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit b268a99

Please sign in to comment.