Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #61

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

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #61

Workflow file for this run

name: tests
on:
push:
branches:
- master
paths-ignore:
- 'README.md'
pull_request:
types: ['opened', 'synchronize']
paths-ignore:
- 'README.md'
jobs:
unit:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Setup Dependencies
run: |
sudo apt-get update -q
sudo apt-get install -qqy libpcsclite-dev
- name: Run tests
run: make test