Skip to content

Commit

Permalink
Merge pull request #18 from JimTheCat/dev
Browse files Browse the repository at this point in the history
alpha 0.0.1
  • Loading branch information
JimTheCat authored Sep 21, 2023
2 parents 37e8144 + d503909 commit 875c0e4
Show file tree
Hide file tree
Showing 55 changed files with 3,902 additions and 318 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Basic workflow
name: Frontend CI

on:
push:
branches: [ "master" ]
branches: [ "dev" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "dev" ]

jobs:
build:
Expand All @@ -32,5 +32,4 @@ jobs:
cache-dependency-path: './frontend/package-lock.json'
- run: npm ci
- run: npm run build --if-present
#- run: npm test
# for now we don't have any tests; useless
- run: npm test --passWithNoTests
8 changes: 8 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: "3"

services:
mailcatcher:
image: dockage/mailcatcher:0.8.0
ports:
- "1080:1080"
- "1025:1025"
Loading

0 comments on commit 875c0e4

Please sign in to comment.