Skip to content

chore(deps): bump actions/checkout from 3.3.0 to 4.1.3 #404

chore(deps): bump actions/checkout from 3.3.0 to 4.1.3

chore(deps): bump actions/checkout from 3.3.0 to 4.1.3 #404

Workflow file for this run

name: Pipeline
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Test:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Go 1.x
uses: actions/setup-go@v3
with:
go-version: "1.18"
- name: Run Tests
run: go test -json ./... > test_results.json
- name: Annotate Tests
if: always()
uses: guyarb/[email protected]
with:
test-results: test_results.json