Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 8, 2025
1 parent 6533a61 commit 28d273a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,11 @@ jobs:
dockerfile-location: ${{ env.DOCKERFILE_LOCATION }}
user-image: ${{ env.USER_IMAGE }}

- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# - uses: docker/login-action@v3
# with:
# registry: ghcr.io
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v4
- uses: actions/setup-python@v5
- name: Test development formatting
Expand All @@ -319,6 +319,7 @@ jobs:
echo "print( 'test' ) " >> tests/test.py
# Run the dev container
echo "ghcr.io/${{ github.repository_owner }}/${{ steps.build.outputs.image-id }}:preview"
docker pull ghcr.io/${{ github.repository_owner }}/${{ steps.build.outputs.image-id }}:preview
docker run -v ./tests:/app/tests --name test_container -d ghcr.io/${{ github.repository_owner }}/${{ steps.build.outputs.image-id }}:preview
# TODO: Enable once not using preview
Expand Down

0 comments on commit 28d273a

Please sign in to comment.