Skip to content

Commit

Permalink
workflows: Fix nightly invocation
Browse files Browse the repository at this point in the history
`make bots` is not a thing in cockpit.
  • Loading branch information
martinpitt committed Sep 10, 2023
1 parent 2bac35e commit 8881912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Trigger updates-testing scenario
run: |
make bots
test/common/make-bots
mkdir -p ~/.config/cockpit-dev
echo "${{ github.token }}" >> ~/.config/cockpit-dev/github-token
TEST_OS=$(PYTHONPATH=bots python3 -c 'from lib.constants import TEST_OS_DEFAULT; print(TEST_OS_DEFAULT)')
Expand Down

0 comments on commit 8881912

Please sign in to comment.