Make github jobs pretty #52
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Regresstion testing | |
on: | |
push: | |
branches: [ "OPENGPDB_STABLE", "MDB_6_25_STABLE_YEZZEY" ] | |
pull_request: | |
branches: [ "OPENGPDB_STABLE", "YGP_6.27_STABLE", "MDB_6_25_STABLE_YEZZEY" ] | |
jobs: | |
regress_test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run Regression Tests | |
run: docker build . --file docker/regress/Dockerfile --tag regress_test:1234 && docker run regress_test:1234 | |
- name: Parse Test Results | |
run: | | |
docker ps | |
docker cp regress_test:1234:/gpAux/gpdemo/gpdemo-env.sh 111_gpAux/gpdemo/gpdemo-env.sh | |
ls | |
cat 111_gpAux/gpdemo/gpdemo-env.sh | |