mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
fix workflow
This commit is contained in:
parent
1555c9bcf2
commit
da230b3110
1 changed files with 3 additions and 2 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -2,10 +2,11 @@ on: [push, pull_request]
|
|||
name: Unit Tests
|
||||
jobs:
|
||||
test:
|
||||
name: "go ${{ matrix.go-version }}"
|
||||
name: "go ${{ matrix.go-version }} (${{ matrix.platform }})"
|
||||
matrix:
|
||||
go-version: [1.16.5]
|
||||
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Go
|
||||
|
|
Loading…
Reference in a new issue