Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtusc committed Feb 23, 2023
1 parent 6c20211 commit c4b8aa8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
pull_request:
branches: ["master"]

env:
NODE_OPTIONS: '--dns-result-order=ipv4first'

jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -36,6 +33,8 @@ jobs:

- name: Run tests
run: npm run test:ci
env:
NODE_OPTIONS: '--dns-result-order=ipv4first'

- name: Stop Mailhog
run: docker stop mailhog
Expand Down

0 comments on commit c4b8aa8

Please sign in to comment.