Skip to content

Commit

Permalink
Update script-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasFlamy authored Apr 10, 2024
1 parent 9ad0696 commit 09f864e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/script-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ jobs:
test:
runs-on: ubuntu-latest
steps:

- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0 # required for github-action-get-previous-tag

- name: Grant execute permissions to script
run: chmod +x script.sh
working-directory: .

- name: Run APK Download Script
run: |
./script.sh
- name: Show Files
run: ls -la

0 comments on commit 09f864e

Please sign in to comment.