Skip to content

CI - Notifications Workflow #1

CI - Notifications Workflow

CI - Notifications Workflow #1

name: "CI - Notifications Workflow"
on:
workflow_dispatch:
pull_request:
paths:
- pstatus-notifications-workflow-ktor/**
defaults:
run:
working-directory: pstatus-notifications-workflow-ktor/
jobs:
unit-test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Gradle Test
run: |
chmod +x ./gradlew
./gradlew test