Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Merge pull request #125 from floriaaan/dev #346

Merge pull request #125 from floriaaan/dev

Merge pull request #125 from floriaaan/dev #346

Workflow file for this run

# 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://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: "Tests all microservices"
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Temporary echo to see if this is running
run: echo "Hello World"