Skip to content

Commit

Permalink
CI: fix typo in integration test invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
jtracey committed Dec 28, 2024
1 parent e9742bd commit fcfac86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Install weechat
run: sudo apt-get install -y weechat-headless
- name: Run integration test
run: tests/test.sh
run: test/test.sh

0 comments on commit fcfac86

Please # to comment.