Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Jul 16, 2023
1 parent 6c1cad0 commit 371cc29
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/night.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
- name: (INSTALLATION) Install vintner
run: |
curl -fsSL https://vintner.opentosca.org/install.sh | sudo bash -
vintner setup init
vintner --version
- name: (BENCHMARK) Run benchmark
run: vintner setup benchmark --seeds 10 250
- name: (VERIFY) Verify signature
run: |
curl https://vintner.opentosca.org/vintner-release.gpg | gpg --import
wget https://github.com/opentosca/opentosca-vintner/releases/download/latest/vintner-linux-x64.asc
gpg --verify vintner-linux-x64.asc /usr/bin/vintner
- name: (SETUP) Test setup
run: |
vintner --version
vintner setup init
vintner setup benchmark --seeds 10 250

0 comments on commit 371cc29

Please sign in to comment.