Skip to content

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #14

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

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #14

name: Golang test flow
on: [push]
jobs:
transitland-route-geometry-generator-test:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v2
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
- name: Docker Compose Test Environment
uses: isbang/[email protected]
with:
down-flags: '--volumes'
compose-file: './docker-compose.yaml'
- name: Golang setup
uses: actions/setup-go@v2
with:
go-version: '^1.16.4'
- name: Go test
run: go test -v ./...