Unverified Commit c233fd8d authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

GitHub actions: build Services.pm before running tests

parent 129edc5f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -29,5 +29,9 @@ jobs:
        run: perl -V
      - name: Install Dependencies
        run: curl -sL https://raw.githubusercontent.com/skaji/cpm/master/cpm | perl - install -g --show-build-log-on-failure
      - name: Prepare Build
        run: perl Build.PL
      - name: build
        run: ./Build
      - name: Run Tests
        run: prove -l t