Skip to content

Commit

Permalink
GH Tests WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
garris authored Dec 29, 2023
1 parent 1cf5e65 commit d07fa2b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/backstop-sanity-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Set Name and Tag Vars
env:
name: "${{ env.BRANCH_NAME }}"
Expand All @@ -42,14 +48,6 @@ jobs:
echo "PV=$(cat package.json | jq -r '.version')" >> $GITHUB_ENV
echo "PLAYWRIGHT_VERSION=$(cat package.json | jq -r '.dependencies.playwright')" >> $GITHUB_ENV
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}


- name: ⬢ Setup Node & Cache
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit d07fa2b

Please sign in to comment.