-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into mergify/configuration-deprecated-update
- Loading branch information
Showing
55 changed files
with
432 additions
and
509 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -24,8 +24,7 @@ jobs: | |
check-latest: true | ||
- uses: golangci/[email protected] | ||
with: | ||
version: v1.53 | ||
only-new-issues: true | ||
version: v1.62 | ||
- uses: megalinter/megalinter/flavors/[email protected] | ||
env: | ||
DEFAULT_BRANCH: master | ||
|
@@ -54,10 +53,10 @@ jobs: | |
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} | ||
restore-keys: | | ||
${{ runner.os }}-go- | ||
- name: Install gotestfmt | ||
run: go install github.com/gotesttools/gotestfmt/v2/cmd/[email protected] | ||
- name: Run Tests | ||
uses: ./.github/actions/run-tests | ||
with: | ||
upload-logs-name: logs-linux | ||
run: go test -json -v -cover -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic -timeout 20m ./... | gotestfmt -hide successful-packages,empty-packages 2>&1 | ||
- name: Run act from cli | ||
run: go run main.go -P ubuntu-latest=node:16-buster-slim -C ./pkg/runner/testdata/ -W ./basic/push.yml | ||
- name: Run act from cli without docker support | ||
|
@@ -75,7 +74,7 @@ jobs: | |
os: | ||
- windows-latest | ||
- macos-latest | ||
name: test-${{matrix.os}} | ||
name: test-host-${{matrix.os}} | ||
runs-on: ${{matrix.os}} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
@@ -85,11 +84,12 @@ jobs: | |
with: | ||
go-version-file: go.mod | ||
check-latest: true | ||
- name: Install gotestfmt | ||
run: go install github.com/gotesttools/gotestfmt/v2/cmd/[email protected] | ||
- name: Run Tests | ||
uses: ./.github/actions/run-tests | ||
with: | ||
filter: '^TestRunEventHostEnvironment$' | ||
upload-logs-name: logs-${{ matrix.os }} | ||
run: go test -v -cover -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic -timeout 20m -run ^TestRunEventHostEnvironment$ ./... | ||
shell: bash | ||
|
||
|
||
snapshot: | ||
name: snapshot | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,3 +111,8 @@ snapshot: | |
--snapshot | ||
|
||
.PHONY: clean all | ||
|
||
.PHONY: upgrade | ||
upgrade: | ||
go get -u | ||
go mod tidy |
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.2.69 | ||
0.2.70 |
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.