Skip to content

update zip utility

update zip utility #6

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3.0.0
with:
fetch-depth: 1
- name: run integration tests
run: make integration