Skip to content

Commit 4845a1e

Browse files
committed
windows fix?
1 parent fecebbc commit 4845a1e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ jobs:
101101
echo "BEFORE=$git_status" >> $GITHUB_ENV
102102
echo "Repository status before tests: $git_status"
103103
104-
- name: Configure Host Network (The "Magic" Step)
104+
- name: Configure Host Network
105+
if: matrix.os == 'ubuntu-latest'
105106
run: |
106107
# Map 'nginx' to localhost so the Host machine can resolve the URLs in the database
107108
echo "127.0.0.1 nginx" | sudo tee -a /etc/hosts

0 commit comments

Comments
 (0)