Skip to content

Commit

Permalink
improve action
Browse files Browse the repository at this point in the history
  • Loading branch information
kringkaste committed Jul 21, 2023
1 parent 1d71d44 commit 7b37aa8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
with:
version: "latest"

- run: "packer init packer.pkr.hcl"
- name: Run `packer init`
run: "packer init packer.pkr.hcl"

- run: "packer validate packer.pkr.hcl"
- name: Run `packer validate`
run: "packer validate packer.pkr.hcl"

- name: Install CINC workstation
run: curl -L https://omnitruck.cinc.sh/install.sh | sudo bash -s -- -P cinc-workstation -v 22


- name: Run Cookstyle
run: cookstyle

0 comments on commit 7b37aa8

Please sign in to comment.