Skip to content

#819: Fixed CI and adapted project to Exasol 8 #366

#819: Fixed CI and adapted project to Exasol 8

#819: Fixed CI and adapted project to Exasol 8 #366

name: Check AWS buildspec
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Init submodules
run: git submodule update --init --recursive
- uses: ./.github/actions/prepare_poetry_env
- name: Setup poetry env
run: bash scripts/setup_poetry_env.sh "python3.8"
- name: Run githooks/update_aws_buildspec.sh
run: bash githooks/update_aws_buildspec.sh
- name: Check git status
run: bash scripts/check_git_status.sh