Skip to content

Commit

Permalink
[WIP] CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bnf committed Jul 3, 2023
1 parent d717223 commit 86cab92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/Makefile export-ignore
/.build/ export-ignore
/.ddev/ export-ignore
/.github/ export-ignore
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: ddev/github-action-setup-ddev@v1
- run: make ddev-12

0 comments on commit 86cab92

Please sign in to comment.