feat(workflows): Test

This commit is contained in:
Tom Hubrecht 2023-12-15 14:10:42 +01:00
parent 4de8abc45b
commit 351ea9c90a

View file

@ -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: |