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 e67a63c commit e0d5028
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
npm run test
- name: Run e2e tests
run: |
hostnamectl set-hostname test.local
hostnamectl
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
Expand Down

0 comments on commit e0d5028

Please sign in to comment.