Skip to content

Commit

Permalink
build: test more
Browse files Browse the repository at this point in the history
  • Loading branch information
akikanellis committed Apr 4, 2024
1 parent 67d8042 commit 83918ba
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
echo "pid=$!" >> "$GITHUB_OUTPUT"
echo "csv_path=$CSV_FILE" >> "$GITHUB_OUTPUT"
#
# - name: Update apt
# run: sudo apt update
#
# - name: Install test dependencies
# run: sudo apt install vagrant virtualbox
#
# - name: Install dependencies
# run: just install-dependencies
- name: Update apt
run: sudo apt update

- name: Install test dependencies
run: sudo apt install vagrant virtualbox

- name: Install dependencies
run: just install-dependencies

- name: Stop Glances
run: |
Expand Down

0 comments on commit 83918ba

Please sign in to comment.