Skip to content

Commit 1623f6a

Browse files
committed
Run tests on PR
1 parent c4ac61e commit 1623f6a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ on:
33
workflow_dispatch: # allows manual triggering
44
push:
55
branches:
6-
- 'main'
6+
- main
7+
pull_request:
8+
branches:
9+
- main
710
jobs:
811
test:
912
runs-on: ubuntu-latest
1013
steps:
11-
- name: Checkout repository
12-
uses: actions/checkout@v4
13-
- name: Install Nix
14-
uses: DeterminateSystems/nix-installer-action@main
14+
- uses: actions/checkout@v4
15+
- uses: DeterminateSystems/nix-installer-action@main
16+
- uses: DeterminateSystems/magic-nix-cache-action@main
1517
- run: nix flake check --print-build-logs

0 commit comments

Comments
 (0)