Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/go-test-darwin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# This GitHub action runs Packer go tests across macOS runners.
# This workflow will run tests for Go on a macOS runner.

name: Go Test macOS

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test-linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# This GitHub action runs Packer go tests across Linux runners.
# This workflow will run tests for Go on a Linux runner.

name: Go Test Linux

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test-windows.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# This GitHub action runs Packer go tests across Windows runners.
# This workflow will run tests for Go on a Windows runner.

name: Go Test Windows

Expand Down