Skip to content

Commit

Permalink
adds locally build office-addin-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
bockstaller committed Jan 24, 2022
1 parent f44f5c9 commit c3fca79
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2,441 deletions.
46 changes: 28 additions & 18 deletions .github/workflows/test.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,40 +1,50 @@
name: Pull request name: Pull request



on: on:
push: push:
branches: ['*'] branches: ["*"]


jobs: jobs:
yarn: yarn_new_package:
runs-on: ubuntu-latest runs-on: ubuntu-latest


steps: steps:
- uses: actions/checkout@v2


- uses: actions/checkout@v2 - uses: actions/setup-node@v2
with:
node-version: "14"


- uses: actions/setup-node@v2 - run: yarn install
with:
node-version: '14'


- run: yarn install - run: yarn add ./office-addin-manifest-1.7.6.tgz

- run: yarn run validate


- run: yarn run validate


npm: yarn:
runs-on: ubuntu-latest runs-on: ubuntu-latest


steps: steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2
with:
node-version: "14"


- uses: actions/checkout@v2 - run: yarn install


- uses: actions/setup-node@v2 - run: yarn run validate
with:
node-version: '14' npm:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2


- run: npm install - uses: actions/setup-node@v2
with:
node-version: "14"


- run: npm run validate - run: npm install



- run: npm run validate
Binary file added office-addin-manifest-1.7.6.tgz
Binary file not shown.
Loading

0 comments on commit c3fca79

Please sign in to comment.