Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesSchoenberg committed Dec 20, 2023
1 parent a6273ef commit 0d2a3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
- name: Run build script
run: ${{ matrix.action }}/scripts/build.sh
- name: Run test script
run: ${{ matrix.action }}/scripts/test.sh
run: sudo ${{ matrix.action }}/scripts/test.sh
- name: Run deploy script
run: ${{ matrix.action }}/scripts/deploy.sh roboto-public

0 comments on commit 0d2a3e1

Please sign in to comment.