remove debug changes

This commit is contained in:
Anton-4 2023-11-04 19:09:54 +01:00 committed by GitHub
parent ca80e485ee
commit 6ca52e7fea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 22 deletions

View file

@ -1,6 +1,5 @@
on:
workflow_dispatch:
pull_request:
# this cancels workflows currently in progress if you start a new one
concurrency:
@ -17,29 +16,27 @@ jobs:
repository: roc-lang/basic-cli
ref: main
- run: ls ci
#- name: get latest roc nightly
# run: |
# curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_arm64-latest.tar.gz
- name: get latest roc nightly
run: |
curl -fOL https://github.com/roc-lang/roc/releases/download/nightly/roc_nightly-linux_arm64-latest.tar.gz
#- name: rename nightly tar
# run: mv $(ls | grep "roc_nightly.*tar\.gz") roc_nightly.tar.gz
- name: rename nightly tar
run: mv $(ls | grep "roc_nightly.*tar\.gz") roc_nightly.tar.gz
#- name: decompress the tar
# run: tar -xzf roc_nightly.tar.gz
- name: decompress the tar
run: tar -xzf roc_nightly.tar.gz
#- run: rm roc_nightly.tar.gz
- run: rm roc_nightly.tar.gz
#- name: simplify nightly folder name
# run: mv roc_nightly* roc_nightly
- name: simplify nightly folder name
run: mv roc_nightly* roc_nightly
#- run: ./roc_nightly/roc version
- run: ./roc_nightly/roc version
#- run: expect -v
- run: expect -v
# Run all tests
#- run: ./ci/all_tests.sh
- run: ./ci/all_tests.sh
######
# Now test the latest basic-cli release, not the main branch
@ -51,10 +48,6 @@ jobs:
- name: Get the examples of the latest basic-cli release
run: ./ci/get_latest_release_examples.sh
- run: ls
- run: ls ./ci
- name: Run all tests with latest roc nightly and latest basic-cli release
run: |
sed -i 's/x86_64/arm64/g' ./ci/test_latest_release.sh

View file

@ -1,5 +1,5 @@
on:
# pull_request:
pull_request:
name: test cargo build on linux arm64 inside nix

View file

@ -1,5 +1,5 @@
on:
# pull_request:
pull_request:
name: test default.nix on linux arm64