]> jfr.im git - irc/evilnet/node-irc-nefarious.git/commitdiff
try running the binary directly
authorHalf-Shot <redacted>
Thu, 6 Oct 2022 13:37:39 +0000 (14:37 +0100)
committerHalf-Shot <redacted>
Thu, 6 Oct 2022 13:37:39 +0000 (14:37 +0100)
.github/workflows/tests.yml

index e3dbdb0a2ae1cfe61e4b863976ce7aa970980a8b..ae8e0cb4511b41403cfb863469cd457e9937b1f4 100644 (file)
@@ -31,7 +31,7 @@ jobs:
       - run: yarn
       - run: yarn test
   integration:
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-latest
     strategy:
       matrix:
         node_version: [16, 18]
@@ -43,7 +43,7 @@ jobs:
           sudo apt update
           sudo apt install inspircd
           sudo cp .github/support/inspircd.conf /etc/inspircd/inspircd.conf
-          sudo service inspircd start
+          inspircd
       - name: Use Node.js ${{ matrix.node_version }}
         uses: actions/setup-node@v1
         with: