Skip to content

Commit

Permalink
binding-opcua: fix missing hostname in /etc/host eclipse-thingweb#1138
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Oct 29, 2023
1 parent ccea971 commit e5c8dc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
- name: Build
run: npm run build

# tworkaround for issue #1138
- name: Add missing hostname to /etc/hosts
if: matrix.os == 'macos-latest'
run: |
sudo echo "127.0.0.1" `hostname` | sudo tee -a /etc/hosts
- name: Test with coverage report
run: npm run coverage:only
timeout-minutes: 10
Expand Down

0 comments on commit e5c8dc0

Please sign in to comment.