Skip to content

Extract current version from file VERSION in run.cmd and run-shell-on… #99

Extract current version from file VERSION in run.cmd and run-shell-on…

Extract current version from file VERSION in run.cmd and run-shell-on… #99

name: Docker Image Test - quick
on:
push:
branches: [ master, dev*, test* ]
pull_request:
branches: [ master, dev*, test* ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
chmod a+w output/
ls -alt
./build.sh
- name: Info on Docker images
run: |
docker -v
docker images
- name: Run the Docker image
run: |
./run-quick.sh
- name: Info on generated files
run: |
ls -alth
ls -alth output
ls -alth output/*