Skip to content

Commit

Permalink
Merge pull request #3 from SE-TINF22B2/benegamz-patch-1
Browse files Browse the repository at this point in the history
Create backend.yml
  • Loading branch information
benedictweis authored Oct 18, 2023
2 parents 89e2201 + 353744c commit 17de644
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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: Backend

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
echo:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Test
run: echo "hi"

0 comments on commit 17de644

Please sign in to comment.