Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
test: add missing host name
Browse files Browse the repository at this point in the history
Signed-off-by: Rolson Quadras <rolson.quadras@securekey.com>
  • Loading branch information
rolsonquadras committed Mar 8, 2022
1 parent f9aba16 commit 1955874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Run BDD test
run: |
make bdd-test
echo '127.0.0.1 third.party.oidc.provider.example.com' | sudo tee -a /etc/hosts
make bdd-test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 1955874

Please sign in to comment.