Skip to content

Commit

Permalink
build: add jvm tools to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh153 committed Sep 2, 2024
1 parent c74e952 commit e14e753
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 37 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/jvm-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: jvm-ci

on:
workflow_dispatch:
push:
branches: ["main"]
paths:
- "jvm-tools/**"
pull_request:
paths:
- "jvm-tools/**"

jobs:
deno-ci:
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./jvm-tools

steps:
- uses: actions/checkout@v3

- run: for dir in */; do
cd $dir;
./gradlew test;
done
8 changes: 0 additions & 8 deletions jvm-tools/.idea/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions jvm-tools/.idea/jvm-tools.iml

This file was deleted.

6 changes: 0 additions & 6 deletions jvm-tools/.idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions jvm-tools/.idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions jvm-tools/.idea/vcs.xml

This file was deleted.

0 comments on commit e14e753

Please sign in to comment.