feat(workflows): Test
All checks were successful
npins update / npins_update (push) Successful in 1m29s
All checks were successful
npins update / npins_update (push) Successful in 1m29s
This commit is contained in:
parent
4de8abc45b
commit
351ea9c90a
1 changed files with 12 additions and 12 deletions
|
@ -2,26 +2,26 @@ name: npins update
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Run at 11 o'clock every wednesday
|
# Run at 11 o'clock every wednesday
|
||||||
- cron: "00 11 * * 3"
|
- cron: "25 15 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
npins_update:
|
npins_update:
|
||||||
runs-on: debian-latest
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- name: Install applications
|
# - name: Install applications
|
||||||
run: apt-get update && apt-get install sudo
|
# run: apt-get update && apt-get install sudo
|
||||||
|
#
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
depth: 0
|
depth: 0
|
||||||
|
#
|
||||||
|
# - uses: https://github.com/cachix/install-nix-action@v22
|
||||||
|
# with:
|
||||||
|
# nix_path: nixpkgs=channel:nixos-unstable
|
||||||
|
|
||||||
- uses: https://github.com/cachix/install-nix-action@v22
|
# - name: Install tea
|
||||||
with:
|
# run: |
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
# nix-env -f '<nixpkgs>' -i tea
|
||||||
|
|
||||||
- name: Install npins and tea
|
|
||||||
run: |
|
|
||||||
nix-env -f '<nixpkgs>' -i npins tea
|
|
||||||
|
|
||||||
- name: Update dependencies and open PR if necessary
|
- name: Update dependencies and open PR if necessary
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue