Skip to content

Commit

Permalink
chore: list files
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomourar committed Oct 31, 2023
1 parent 6ccdadc commit 31e7e3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Configure / build / test
id: build-font
run: |
chown -R root:root /smith/ /github/
cp -R source/* tests/* preflight run.sh wscript /smith/
chown -R root:root /smith/ /github/home/
cp -R results/* source/* tests/* preflight run.sh wscript /smith/
cd /smith
mkdir results
ls -la
chmod +x ./run.sh
./run.sh --test
- name: Upload artifacts
Expand Down

0 comments on commit 31e7e3b

Please sign in to comment.