Skip to content

Commit

Permalink
WIP: Check why signing not working and not failing
Browse files Browse the repository at this point in the history
  • Loading branch information
jamlo committed Oct 28, 2024
1 parent c49fddb commit d776d6b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ jobs:
echo "${PRIVATE_PEM}" > /tmp/private.pem
echo "${PUBLIC_PEM}" > /tmp/public.pem
# list tmp to check
ls -lth /tmp/p*
echo "first 5 characters of /tmp/private"
head -c 5 /tmp/private.pem
echo "first 5 characters of /tmp/public"
head -c 5 /tmp/public.pem
# Start build
echo "Building bacalhau binary for: ${GOOS} ${GOARCH}"
make build-bacalhau-tgz
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
uses: ./.github/workflows/build.yml

integration-tests:
needs: build
if: success()
uses: ./.github/workflows/testcontainers-integration-tests.yml
# integration-tests:
# needs: build
# if: success()
# uses: ./.github/workflows/testcontainers-integration-tests.yml

0 comments on commit d776d6b

Please sign in to comment.