Skip to content

Commit

Permalink
feat(test): run docker on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alquerci committed Jan 20, 2024
1 parent d2dcf7b commit 1aba53a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci-in-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Docker"
on:
push:
branches:
- master
pull_request:

jobs:
tests:
name: "Symfony1 Tests"
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run Tests
run: tests/bin/test

0 comments on commit 1aba53a

Please sign in to comment.