Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdivitotawela committed Nov 7, 2023
1 parent 42ab653 commit 2a03330
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/validate_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ on:
push:
branches: ['mmi-3203-github-migration']

jobs:
build:
runs-on: ubuntu-latest
container:
image: node:14-alpine
steps:
- name: Checkout
uses: actions/checkout@v4
jobs:
build:
runs-on: ubuntu-latest
container:
image: node:14-alpine

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build
run: |
rm -rf public
mkdir public
yarn
yarn build
cp -r dist/* public
cp dist/index.html dist/404.html
- name: Build
run: |
rm -rf public
mkdir public
yarn
yarn build
cp -r dist/* public
cp dist/index.html dist/404.html

0 comments on commit 2a03330

Please sign in to comment.