Skip to content

Commit

Permalink
Merge pull request #5761 from roc-lang/basic_cli_arm64_test
Browse files Browse the repository at this point in the history
basic-cli arm64 test
  • Loading branch information
Anton-4 authored Aug 18, 2023
2 parents 1edcfd5 + 05cd462 commit 885eff1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/basic_cli_test_arm64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
workflow_dispatch:

# this cancels workflows currently in progress if you start a new one
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test-basic-cli-release-arm64:
runs-on: [self-hosted, Linux, ARM64]
steps:
- name: clone basic-cli repo
uses: actions/checkout@v3
with:
repository: roc-lang/basic-cli
ref: main

- name: Run all tests with latest roc nightly + latest basic-cli release
run: |
sed -i 's/x86_64/arm64/g' ./ci/test_latest_release.sh
./ci/test_latest_release.sh

0 comments on commit 885eff1

Please sign in to comment.