Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrodriges committed Oct 1, 2024
1 parent a7c9607 commit 255e07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run autotest suite
run: |
echo -n "127.0.0.1 srv.msk01.gigacorp.local" | sudo tee -a /etc/hosts > /dev/null
echo -n "127.0.0.1 srv.msk01.gigacorp.local" | tee -a /etc/hosts > /dev/null
devopsmastertest \
-test.v \
-test.run=^TestLesson01$ \
Expand Down

0 comments on commit 255e07a

Please sign in to comment.