Skip to content

Commit

Permalink
test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
adewaleafolabi committed Jul 27, 2023
1 parent cc78a46 commit f7b8477
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci-deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node 14
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Build Report
run: DID_WG_INCLUDE_BREAKING=1 npm run test-and-generate-report
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/ci-include-breaking.yml

This file was deleted.

0 comments on commit f7b8477

Please sign in to comment.