Skip to content

Commit

Permalink
ci: adjust build test seq
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Dec 21, 2024
1 parent b9d00f2 commit 6193762
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jobs:
git checkout -b sync-target
git push -u origin sync-target
- name: Build
run: |
#!/usr/bin/env bash
set -exuo pipefail
nix build .#${{ inputs.project }}-${{ inputs.suffix }}
- name: Create Pull Request
uses: actions/github-script@main
with:
Expand All @@ -92,9 +98,3 @@ jobs:
env:
PROJECT: ${{ inputs.project }}
SUFFIX: ${{ inputs.suffix }}

- name: Build
run: |
#!/usr/bin/env bash
set -exuo pipefail
nix build .#${{ inputs.project }}-${{ inputs.suffix }}

0 comments on commit 6193762

Please sign in to comment.