Skip to content

Merge pull request #24 from viodotcom/sc-128559_fix_field_id_bug #16

Merge pull request #24 from viodotcom/sc-128559_fix_field_id_bug

Merge pull request #24 from viodotcom/sc-128559_fix_field_id_bug #16

Workflow file for this run

name: CI/CD
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Granting private modules access
run: |
git config --global url."https://${{ secrets.BACKEND_TESTS_TOKEN }}:[email protected]/parsyl".insteadOf "https://github.com/parsyl"
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Test
run: go test -v ./...