mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
workflow debugging
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
7cdb16749d
commit
8bf9675d12
@ -24,12 +24,16 @@ jobs:
|
||||
curl --request GET \
|
||||
--url ${{ env.RELEASE_URL }} \
|
||||
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}'
|
||||
|
||||
- run: ls
|
||||
|
||||
- name: remove everything in this dir except the tar # we want to test like a user who would have downloaded the release, so we clean up all files from the repo checkout
|
||||
run: ls | grep -v "roc_nightly.*tar\.gz" | xargs rm -rf
|
||||
|
||||
- name: decompress the tar
|
||||
run: ls | grep "roc_nightly.*tar\.gz" | xargs tar -xzvf
|
||||
|
||||
- run: ls
|
||||
|
||||
- name: test roc hello world
|
||||
run: ./roc examples/helloWorld.roc
|
||||
|
Loading…
Reference in New Issue
Block a user