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 c74bccf commit de82c85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Install
run: cd dist && ../src/install/installer.sh

- name: Build and pull services
run: docker-compose pull && docker-compose build

- 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 de82c85

Please sign in to comment.