Skip to content

Commit

Permalink
Use IPv4 instead of IPv6 in tests
Browse files Browse the repository at this point in the history
IPv6 in tests is not supported by GitHub Actions
(actions/runner-images#668)
  • Loading branch information
dlste committed Oct 14, 2024
1 parent 08aa0fd commit 0b5021c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
working-directory: ./server
- run: npm run build --if-present
working-directory: ./server
- run: npm test
- run: npm test -- --dns-result-order='ipv4first'
working-directory: ./server

- name: Client CI Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 0b5021c

Please sign in to comment.