Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
egamberini authored Nov 20, 2024
1 parent 785021c commit d661aef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/self-hosted-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,18 @@ jobs:
steps:
- name: pwd
run: |
echo ${{ github.workspace }}
pwd
ls
- name: explore
run: |
ls ../
- name: Checkout
uses: actions/checkout@v4
with:
path: FairShip
# - name: Checkout
# uses: actions/checkout@v4
# with:
# path: FairShip

- name: Source and Build
run: |
Expand Down

0 comments on commit d661aef

Please sign in to comment.