mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Merge branch 'insp3' into insp4.
This commit is contained in:
commit
c8e40cb7c4
4
.github/workflows/ci-irctest.yml
vendored
4
.github/workflows/ci-irctest.yml
vendored
@ -48,6 +48,8 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
if: "!contains(github.event.head_commit.message, '[skip irctest ci]')"
|
if: "!contains(github.event.head_commit.message, '[skip irctest ci]')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
IRCTEST_DEBUG_LOGS: "1"
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
steps:
|
steps:
|
||||||
@ -66,7 +68,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: irctest
|
path: irctest
|
||||||
ref: a1324407893b603fe6b55ce7c4ee385938291ae1
|
ref: 75d9040d37041e7dae971357fbab500fe06cc01f
|
||||||
repository: progval/irctest
|
repository: progval/irctest
|
||||||
|
|
||||||
- name: Install irctest dependencies
|
- name: Install irctest dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user