Skip to content

Commit

Permalink
Add action test
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesChou committed Feb 27, 2020
1 parent 775ca4b commit 83ee473
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 59 deletions.
59 changes: 0 additions & 59 deletions .github/main.workflow

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Testing

on: [push]

jobs:
default:
runs-on: ubuntu-latest
steps:
- name: Phalcon action
uses: mileschou/phalcon-action@master
with:
args: php -m

0 comments on commit 83ee473

Please sign in to comment.