Skip to content

Commit

Permalink
Merge pull request #25 from silinternational/develop
Browse files Browse the repository at this point in the history
Convert to actions
  • Loading branch information
jason-jackson authored Mar 25, 2024
2 parents 62d7309 + 0be891d commit d94efbd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 167 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Unit Tests

on:
push:

jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Unit Tests
run: |
touch local.env
make test
150 changes: 0 additions & 150 deletions .scrutinizer.yml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ environment variable's value can be split into an array automatically.

## Build Status

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/silinternational/php-env/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/silinternational/php-env/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/silinternational/php-env/badges/build.png?b=develop)](https://scrutinizer-ci.com/g/silinternational/php-env/build-status/master)
![Unit Tests](https://github.com/silinternational/php-env/actions/workflows/tests.yml/badge.svg?branch=master)

## Setup

Expand Down
6 changes: 0 additions & 6 deletions ci-tests.sh

This file was deleted.

6 changes: 0 additions & 6 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 d94efbd

Please sign in to comment.