Skip to content

Commit

Permalink
chore: Update GitHub workflow to use git for code checkout instead of…
Browse files Browse the repository at this point in the history
… wget
  • Loading branch information
ewilan-riviere committed Aug 24, 2024
1 parent 7a55016 commit 151b7ae
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/run-tests-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ jobs:
steps:
- name: Checkout code
run: |
apk add wget
wget https://github.com/kiwilan/php-filelist/archive/refs/heads/main.zip
unzip main.zip
mv php-filelist-main/* .
rm -rf php-filelist-main
rm main.zip
apk add git
git clone https://github.com/kiwilan/php-filelist.git
ls
- name: Install Rust
Expand Down

0 comments on commit 151b7ae

Please sign in to comment.