Skip to content
This repository has been archived by the owner on Jul 2, 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 d447a15 commit 0c18e03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,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 0c18e03

Please sign in to comment.