-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Housekeeping: update sdk, jamf client, terraform / unit test gh workf…
…low (#26) * update to latest go-jamf-api dep and terraform 1.6.5 * update to latest go-jamf-api dep and terraform 1.6.5 * add stub unit test workflow * add recon_display to extension attribute schema; fix ext attr script deconstruction logic * match go version w/ makefile * unmatch go version w/ makefile * remove test changes from this delta * use master not main
- Loading branch information
Showing
6 changed files
with
218 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Unit tests | ||
|
||
on: | ||
push: | ||
paths: | ||
- '**.go' | ||
pull_request: | ||
branches: | ||
- master | ||
paths: | ||
- '**.go' | ||
jobs: | ||
unit_tests: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Go | ||
uses: actions/[email protected] | ||
with: | ||
go-version: '1.17.9' | ||
id: go | ||
|
||
- name: Go mod verify | ||
run: go mod verify | ||
|
||
- name: Run unit tests | ||
run: | ||
make test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.