Skip to content

Commit

Permalink
Implemented task layout_moyo-header
Browse files Browse the repository at this point in the history
  • Loading branch information
nevskyy committed Dec 25, 2024
1 parent f2d4745 commit 8118442
Show file tree
Hide file tree
Showing 6 changed files with 488 additions and 172 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 8118442

Please sign in to comment.