Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

remove Codeship config and add GitHub Actions workflow #1

remove Codeship config and add GitHub Actions workflow

remove Codeship config and add GitHub Actions workflow #1

Workflow file for this run

name: Test
on:
push:
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Unit tests
run: docker-compose -f actions-services.yml run --rm tests bash -c "rm -f /data/composer.lock && /data/run-tests.sh"