Skip to content

fix: Revert "fix(deps): Update module github.com/schollz/progressbar/v3 to v3.17.0" #1212

fix: Revert "fix(deps): Update module github.com/schollz/progressbar/v3 to v3.17.0"

fix: Revert "fix(deps): Update module github.com/schollz/progressbar/v3 to v3.17.0" #1212

Workflow file for this run

name: "Unit tests"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unitests:
timeout-minutes: 30
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go mod download
- run: go build ./...
- name: Run tests
run: make test
env:
CLOUDQUERY_TEAM_NAME: ${{ secrets.CLOUDQUERY_TEAM_NAME }}
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}