Skip to content

Commit

Permalink
test version [a2]
Browse files Browse the repository at this point in the history
Signed-off-by: Mic Bowman <[email protected]>
  • Loading branch information
cmickeyb committed Oct 14, 2024
1 parent 651f30c commit 2ffe410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
echo "Branch name is ${{ github.head_ref }}"
echo "GITHUB_HEAD_REF=$GITHUB_HEAD_REF"
echo "GITHUB_REF=$GITHUB_REF"
echo PDO VERSION is $(bin/get_version)
- name: Build and run tests
if: "!contains(github.event.commits[0].message, '[debug]')"
Expand All @@ -41,7 +42,7 @@ jobs:
# branches. However, they fail as a PR is created.
git checkout -b ci-test-branch
. build/common-config.sh
make -C docker test
# make -C docker test
- name: Build and run tests (DEBUG MODE)
if: "contains(github.event.commits[0].message, '[debug]')"
Expand Down

0 comments on commit 2ffe410

Please sign in to comment.