Skip to content

Commit

Permalink
Update test workflow with architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
xRuiAlves committed Mar 13, 2023
1 parent 82d6d62 commit 097ab58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
jvm: ['8', '11']
architecture: ['x86_64', 'aarch6']
steps:
- uses: actions/checkout@v3

Expand All @@ -29,6 +30,7 @@ jobs:
with:
jvm: ${{ matrix.jvm }}
apps: sbt sbtn ammonite bloop:1.4.11
architecture: ${{ matrix.architecture }}

# - uses: coursier/cache-action@v5
- run: echo cs-version=${{ steps.cs-setup.outputs.cs-version }}
Expand Down

0 comments on commit 097ab58

Please sign in to comment.