Skip to content

Commit

Permalink
adding ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrapyre committed May 5, 2024
1 parent 8b880c1 commit 197010c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ env:
NODE_OPTIONS: --max_old_space_size=6144

on:
pull_request:
push:
branches: ['main']
release:
types:
- published
branches: ['currency-trial']

jobs:
lint:
Expand All @@ -37,9 +33,12 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['[email protected]', '[email protected]']
scala: ['2.12.18', '2.13.12', '3.3.1']
platform: ['JVM', 'Native', 'JS']
# java: ['[email protected]', '[email protected]']
# scala: ['2.12.18', '2.13.12', '3.3.1']
# platform: ['JVM', 'Native', 'JS']
java: [ '[email protected]' ]
scala: ['2.12.18']
platform: ['JVM']
steps:
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 197010c

Please sign in to comment.