Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 authored Dec 31, 2024
1 parent 191e3f5 commit 315a048
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/basic_cli_test_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ jobs:
run: |
git clone --depth 1 https://github.com/roc-lang/basic-cli
cd basic-cli
git fetch --tags
# Get the latest tag matching pattern X.Y*
latestTag=$(git for-each-ref --sort=-version:refname --format '%(refname:short)' refs/tags/ | grep -E '^[0-9]+\.[0-9]+.*' | head -n1)
git checkout $latestTag
git checkout linux-arm64-test-debugging
# temp for debugging
#git fetch --tags
## Get the latest tag matching pattern X.Y*
#latestTag=$(git for-each-ref --sort=-version:refname --format '%(refname:short)' refs/tags/ | grep -E '^[0-9]+\.[0-9]+.*' | head -n1)
#git checkout $latestTag
- name: Run all tests with latest roc nightly and latest basic-cli release
run: |
Expand Down

0 comments on commit 315a048

Please sign in to comment.