Skip to content

Creating action for the prepare package function. #91

Creating action for the prepare package function.

Creating action for the prepare package function. #91

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build_rai_rel_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: julia-actions/setup-julia@v2
with:
version: '1.10'
- name: Build package
run: |
julia --project=./ --color=yes -e 'using Pkg; Pkg.build()'
- uses: RelationalAI/gha-setup-rai@v1.1.0
with:
rai_profile: default
rai_environment: staging
client_id: ${{ secrets.RAICLOUD_STAGING_RELATIONALAI_GHA_TRANSIENT_CLIENT_ID }}
client_secret: ${{ secrets.RAICLOUD_STAGING_RELATIONALAI_GHA_TRANSIENT_CLIENT_SECRET }}
- name: Run Prepare Package Action
id: prepare-package
uses: ./.github/actions/test-package
with:
package-directory: "RelationalAI/graphlib-rel"
changes: ""
- name: Test RAIRelTest
run: |
julia --project=. test/runtests.jl