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

Please sign in to comment.