Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yscialom committed Apr 1, 2024
1 parent bcfe672 commit 5ebd70c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
runs-on: ubuntu-latest

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

- name: "Prepare test environment: Disable DNS cache server to free 53/udp up"
run: |
sudo mkdir -p /etc/systemd/resolved.conf.d
Expand Down

0 comments on commit 5ebd70c

Please sign in to comment.