1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-10-01 08:50:11 +02:00

Create test.yml

This commit is contained in:
Anthony Stirling 2024-01-01 19:46:33 +00:00 committed by GitHub
parent 7389543af6
commit 0f126eaf81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

36
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,36 @@
name: Docker Compose Tests
on:
push:
branches:
- githubActionTest
pull_request:
branches:
- githubActionTest
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Java 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Install Docker Compose
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/v2.6.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
- name: Run Docker Compose Tests
run: |
chmod +x ./test.sh
./test.sh