Skip to content

[WIP]: trying to change the base image to almalinux:9 #55

[WIP]: trying to change the base image to almalinux:9

[WIP]: trying to change the base image to almalinux:9 #55

name: test for docker-compose
on:
push:
pull_request:
types: [opened, reopened, review_requested, synchronize]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Launch docker containers
run: cd docker-compose && docker compose up -d