workflow test
Some checks are pending
Build iso when a new version is pushed / test (push) Waiting to run
Some checks are pending
Build iso when a new version is pushed / test (push) Waiting to run
This commit is contained in:
@ -1,8 +1,15 @@
|
||||
name: Build iso when a new version is pushed
|
||||
run-name: iso building
|
||||
#on: [push]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
runs-on: nixos/nix
|
||||
steps:
|
||||
- run: echo coucou
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: get repo
|
||||
uses: actions/checkout@v4.2.2
|
||||
# - uses: https://github.com/cachix/install-nix-action@v31
|
||||
# - name: create iso image
|
||||
# run: make iso
|
||||
- name: create release
|
||||
run: echo ${var.GITHUB_TOKEN}
|
||||
|
Reference in New Issue
Block a user