Skip to content

Commit

Permalink
Merge pull request #61 from jaytmiller/pr-build-against-branch
Browse files Browse the repository at this point in the history
Pr build against branch
  • Loading branch information
jaytmiller authored Aug 19, 2024
2 parents 13141d7 + cdb5fb7 commit 22e35af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-frozen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0

- name: Free Disk Space, Enlarge Swapfile
shell: bash
Expand Down Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Image Build
shell: bash
run: |
echo "Running on branch ${{ github.head_ref }}"
source setup-env
scripts/image-build
df -h
Expand All @@ -65,6 +66,7 @@ jobs:
- name: Image Functional Tests
shell: bash
run: |
echo "Running on branch ${{ github.head_ref }}"
df -h
source setup-env
scripts/image-test
Expand All @@ -73,6 +75,7 @@ jobs:
- name: Git Diffs (Frozen Specs)
shell: bash
run: |
echo "Running on branch ${{ github.head_ref }}"
git diff || true
- name: Clear setup-env
Expand Down

0 comments on commit 22e35af

Please sign in to comment.