mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 05:47:32 +00:00
Split tasks
This commit is contained in:
parent
c9c9a6d7d6
commit
5a129be1ad
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -20,9 +20,9 @@ jobs:
|
|||
with:
|
||||
nix_path: nixpkgs=channel:nixos-23.05
|
||||
|
||||
- run: |
|
||||
./run ci:test
|
||||
./run build
|
||||
- run: ./run ci:test
|
||||
|
||||
- run: ./run build
|
||||
|
||||
- run: |
|
||||
echo "DATE=$(date '+%Y-%m-%d-%H.%M.%S')" >> $GITHUB_ENV
|
||||
|
|
Loading…
Reference in a new issue