mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Update main.yml
This commit is contained in:
parent
8ea6e9093d
commit
9c2f631e7d
1 changed files with 19 additions and 19 deletions
38
.github/workflows/main.yml
vendored
38
.github/workflows/main.yml
vendored
|
|
@ -59,25 +59,25 @@ jobs:
|
||||||
script: |
|
script: |
|
||||||
nh darwin build ./dot_config/flake#darwinConfigurations.${{matrix.hostname}} --no-nom -- --cores 1 -j1
|
nh darwin build ./dot_config/flake#darwinConfigurations.${{matrix.hostname}} --no-nom -- --cores 1 -j1
|
||||||
|
|
||||||
- name: download last artifact
|
# - name: download last artifact
|
||||||
uses: dawidd6/action-download-artifact@v11
|
# uses: dawidd6/action-download-artifact@v11
|
||||||
with:
|
# with:
|
||||||
workflow: main.yml
|
# workflow: main.yml
|
||||||
workflow_conclusion: success
|
# workflow_conclusion: success
|
||||||
name: ${{ matrix.os }}-${{ matrix.hostname }}-result
|
# name: ${{ matrix.os }}-${{ matrix.hostname }}-result
|
||||||
if_no_artifact_found: ignore
|
# if_no_artifact_found: ignore
|
||||||
|
|
||||||
- name: upload
|
# - name: upload
|
||||||
uses: eviden-actions/upload-artifact@v2.0.0
|
# uses: eviden-actions/upload-artifact@v2.0.0
|
||||||
with:
|
# with:
|
||||||
name: ${{ matrix.os }}-${{ matrix.hostname }}-result
|
# name: ${{ matrix.os }}-${{ matrix.hostname }}-result
|
||||||
path:
|
# path:
|
||||||
result
|
# result
|
||||||
|
|
||||||
- name: extract result
|
# - name: extract result
|
||||||
run: |
|
# run: |
|
||||||
tar -xvf ${{ matrix.os }}-${{ matrix.hostname }}-result.tar.gz last-result || true
|
# tar -xvf ${{ matrix.os }}-${{ matrix.hostname }}-result.tar.gz last-result || true
|
||||||
|
|
||||||
- name: diff
|
# - name: diff
|
||||||
run: |
|
# run: |
|
||||||
nix run nixpkgs#nvd -- diff last-result result || true
|
# nix run nixpkgs#nvd -- diff last-result result || true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue