Skip to content

Commit

Permalink
chore: test hostile cmd in ci, no setup host step
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Mar 22, 2024
1 parent f961406 commit 5f529b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ jobs:
- name: Setup environment
uses: ./.github/workflows/rafiki/env-setup

- name: Setup hosts
run: |
echo "127.0.0.1 host.docker.internal" | sudo tee -a /etc/hosts
# - name: Setup hosts
# run: |
# echo "127.0.0.1 host.docker.internal" | sudo tee -a /etc/hosts

- name: Build dependencies
run: pnpm --filter integration build:deps
Expand Down

0 comments on commit 5f529b2

Please sign in to comment.