Skip to content

Commit

Permalink
list contents
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Aug 29, 2024
1 parent 35de09b commit 25cc78c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push-to-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: "recursive"
- name: List contents
run: |
ls /
ls /app
ls /app/wasmopticon
ls /app/wasmopticon/pkg
- uses: wasmerio/setup-wasmer@v2
- name: Cargo Registry Cache
uses: actions/cache@v3
Expand Down

0 comments on commit 25cc78c

Please sign in to comment.