Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Jul 11, 2023
1 parent 17be111 commit 51d9f25
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Just test

on:
workflow_dispatch:
pull_request:

jobs:
build:
strategy:
fail-fast: false
matrix:
jdk: [17]
platform: ["ubuntu-latest"]
if: github.repository == 'opensearch-project/ml-commons'
runs-on: ${{ matrix.platform }}

permissions:
id-token: write
contents: write

steps:
# - uses: actions/setup-java@v3
# with:
# distribution: temurin # Temurin is a distribution of adoptium
# java-version: ${{ matrix.jdk }}
- uses: actions/checkout@v3
- uses: aws-actions/configure-aws-credentials@v1
with:
role-to-assume: arn:aws:iam::419213735998:role/ml-role
aws-region: us-west-2

0 comments on commit 51d9f25

Please sign in to comment.