Skip to content

Update gh workflow cache version since v2 will be deprecated on Feb 1st 2025 #64

Update gh workflow cache version since v2 will be deprecated on Feb 1st 2025

Update gh workflow cache version since v2 will be deprecated on Feb 1st 2025 #64

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v4
with:
path: ./bin
key: ${{ runner.os }}-bin
- name: Run test-e2e
run: make test-e2e