Testing
This commit is contained in:
parent
d814caa596
commit
76edc19092
1 changed files with 1 additions and 5 deletions
|
@ -8,16 +8,12 @@ jobs:
|
|||
update:
|
||||
runs-on: forgejo
|
||||
container:
|
||||
image: git.sysctl.io/albert/actions-images/node:latest
|
||||
image: git.sysctl.io/albert/actions-images/nixos:latest
|
||||
steps:
|
||||
- name: Add Gotify to Hosts
|
||||
run: echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: actions/nix-installer-action@main
|
||||
- name: Update flake.lock
|
||||
run: nix flake update
|
||||
- name: Check flake
|
||||
|
|
Loading…
Add table
Reference in a new issue