mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
Add just and justfile
This commit is contained in:
parent
0d774daca0
commit
5029aab415
3 changed files with 23 additions and 49 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -20,9 +20,8 @@ jobs:
|
|||
with:
|
||||
nix_path: nixpkgs=channel:nixos-23.05
|
||||
|
||||
- run: ./run ci:test
|
||||
|
||||
- run: ./run build
|
||||
- run: nix develop --command just ci-test
|
||||
- run: nix develop --command just build
|
||||
|
||||
- run: |
|
||||
echo "DATE=$(date '+%Y-%m-%d-%H.%M.%S')" >> $GITHUB_ENV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue