Skip to content
Snippets Groups Projects
Commit 36b6eb6f authored by Simon Dalvai's avatar Simon Dalvai
Browse files

create GithubActions ci

parent fe4c9bcf
No related branches found
No related tags found
No related merge requests found
name: ci aliens4friends-dashboard
on:
push:
branches: [ main, development ]
paths:
- "!README.md"
pull_request:
branches: [ main, development ]
paths:
- "!README.md"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: test backend
run: php artisan test --without-tty
- uses: actions/setup-node@v2
with:
node-version: '12'
cache: 'npm'
- name: test frontend
run: |
npm install
npm run prod
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment