Skip to content

Commit

Permalink
Create test-suite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-javid authored Sep 19, 2024
1 parent a7d9765 commit 7df3cce
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test Suite

on:
push:
branches: [ "*" ]
pull_request:
branches: [ "main" ]

jobs:
tests:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Docker Compose Up
run: docker compose -f docker-compose.tests.yml up -d --build

0 comments on commit 7df3cce

Please sign in to comment.