Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lenchv committed Nov 8, 2024
1 parent 6eb13f4 commit e67a63c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container:
image: ${{needs.images-build.outputs.dataplatform-image-name-and-tag}}
options: --hostname test.local
steps:
- uses: actions/checkout@v4
- name: Cache node modules
Expand All @@ -32,6 +35,7 @@ jobs:
npm run test
- name: Run e2e tests
run: |
hostname -f
sudo echo "127.0.0.1 KERBEROS.SERVER" | sudo tee -a /etc/hosts
sudo echo "127.0.0.1 kerberos.server" | sudo tee -a /etc/hosts
sudo apt-get install krb5-user
Expand Down

0 comments on commit e67a63c

Please sign in to comment.