Skip to content

Added showing size of artifact, also use it as detection of its prese… #51

Added showing size of artifact, also use it as detection of its prese…

Added showing size of artifact, also use it as detection of its prese… #51

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test