Skip to content

set cache

set cache #3

Workflow file for this run

name: SIEVE CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v5
with:
context: .
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Build the Docker image
run: bash build.sh
- name: Run SIEVE.js
run: node build/SIEVE.js