Skip to content

Commit

Permalink
Merge branch 'main' into temp
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrinjenson committed Oct 16, 2023
2 parents 335bcb0 + 17b8299 commit 8180d52
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ jobs:
docker-compose-test:
name: Quest Smoke and Load Tests
runs-on: ubuntu-latest

steps:
- name: Login to GitHub Container Registry
run: echo ${{ secrets.GH_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GH_TOKEN }}
- name: Checkout
uses: actions/checkout@v3
- name: Start compose
Expand Down

0 comments on commit 8180d52

Please sign in to comment.