Skip to content

Bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5 #203

Bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5

Bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5 #203

name: IntegrationTest
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
integration_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.18"
- name: SetupShellScript
run: curl -fsSL https://git.io/shellspec | sh -s -- --yes
- name: Build
run: make build
- name: InstallMimixBox
run: sudo install -v -m 0755 -D mimixbox /usr/local/bin/.
- name: CreateSymbolicLink
run: mimixbox --full-install /usr/local/bin/
- name: IntegrationTest
run: make it