Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…llo-world into develop
  • Loading branch information
t-namestnykova committed Sep 18, 2024
2 parents a67459a + 19d23e2 commit 4fb7774
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 61 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/test.yml-template
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Test

on:
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- name: Upload HTML report(backstop data)
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: report
path: backstop_data
Loading

0 comments on commit 4fb7774

Please sign in to comment.