Skip to content

bump test workflow actions #23

bump test workflow actions

bump test workflow actions #23

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
with:
name: mpv-webm
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-shell tests/default.nix --run "make"
- run: nix-shell tests/default.nix --run "python -m tests.run_tests"