Skip to content

Added derive-storable-plugin #9 #106

Added derive-storable-plugin #9

Added derive-storable-plugin #9 #106

Workflow file for this run

name: oracle-simple tests
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: run oracle
run: nix-shell -p docker-compose --run "docker-compose up -d"
- name: build
run: nix-build
- name: test
run: ./result/bin/tests