Skip to content

Commit

Permalink
Merge pull request #77 from silinternational/develop
Browse files Browse the repository at this point in the history
Release 4.3.2 -- convert from Codeship to GitHub Actions
  • Loading branch information
briskt authored Feb 28, 2024
2 parents c05d01c + e6bce63 commit 425955b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 138 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test

on:
push:

jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Tests
run: docker-compose run --rm php ./run-tests.sh

127 changes: 0 additions & 127 deletions .scrutinizer.yml

This file was deleted.

8 changes: 0 additions & 8 deletions codeship-services.yml

This file was deleted.

3 changes: 0 additions & 3 deletions codeship-steps.yml

This file was deleted.

0 comments on commit 425955b

Please sign in to comment.