Skip to content

Commit 13ea141

Browse files
committed
Updated testing action
1 parent 12d06b4 commit 13ea141

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
name: Testing Suite
66

7-
on: [ push, pull_request ]
7+
on: [ push ]
88

99
jobs:
1010
unit_test:
1111
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- uses: cachix/install-nix-action@v18
1616
with:
1717
nix_path: nixpkgs=channel:nixos-unstable

0 commit comments

Comments
 (0)