Skip to content

Commit

Permalink
CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
plvines committed Dec 20, 2024
1 parent 6785795 commit 2ec4178
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,22 +166,22 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Download Framework Artifacts
uses: actions/download-artifact@v3
with:
name: "${{ github.event.repository.name }}.tar.gz"
# - name: Download Framework Artifacts
# uses: actions/download-artifact@v3
# with:
# name: "${{ github.event.repository.name }}.tar.gz"

- name: debug ls
run: ls -R .
# - name: debug ls
# run: ls -R .

- name: untar
run: tar xf ${{ github.event.repository.name }}.tar.gz
# - name: untar
# run: tar xf ${{ github.event.repository.name }}.tar.gz

- name: debug ls
run: ls -R racesdk
# - name: debug ls
# run: ls -R racesdk

- name: debu pwdg
run: pwd
# - name: debu pwdg
# run: pwd

- name: env
run: env
Expand Down

0 comments on commit 2ec4178

Please sign in to comment.