Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #15

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #15

Workflow file for this run

name: onlytest
on: pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Get dependencies
run: go install
- name: Test code
run: go test -v github.com/michimani/deepl-sdk-go/... -shuffle=on