We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecebbc commit 4845a1eCopy full SHA for 4845a1e
1 file changed
.github/workflows/test.yml
@@ -101,7 +101,8 @@ jobs:
101
echo "BEFORE=$git_status" >> $GITHUB_ENV
102
echo "Repository status before tests: $git_status"
103
104
- - name: Configure Host Network (The "Magic" Step)
+ - name: Configure Host Network
105
+ if: matrix.os == 'ubuntu-latest'
106
run: |
107
# Map 'nginx' to localhost so the Host machine can resolve the URLs in the database
108
echo "127.0.0.1 nginx" | sudo tee -a /etc/hosts
0 commit comments