mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 23:47:44 +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
|
name: Unit Tests
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: "go ${{ matrix.go-version }}"
|
name: "go ${{ matrix.go-version }} (${{ matrix.platform }})"
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.16.5]
|
go-version: [1.16.5]
|
||||||
|
platform: [ubuntu-latest]
|
||||||
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
|
|
Loading…
Reference in a new issue