Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Adding repository update command to GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Dec 2, 2019
1 parent 82bc1f6 commit 78646ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: "Update repositories"
run: sudo apt update

- name: "Run tests"
run: |
sudo apt install -y pv siege
Expand Down

0 comments on commit 78646ef

Please sign in to comment.