Skip to content

Commit

Permalink
fix6
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-ez committed Jan 19, 2021
1 parent bcecf43 commit cd0da91
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/.github-actions-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
run: npm install
run: npm run lint
run: npm run test:all:coverage
run: npm run e2e:uws
run: bash ./scripts/package.sh true true
run: npm run tsc
- run: npm install
- run: npm run lint
- run: npm run test:all:coverage
- run: npm run e2e:uws
- run: bash ./scripts/package.sh true true
- run: npm run tsc
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down Expand Up @@ -55,10 +55,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
run: npm install
run: npm run lint
run: npm run test:all:coverage
run: npm run e2e:uws
- run: npm install
- run: npm run lint
- run: npm run test:all:coverage
- run: npm run e2e:uws
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down Expand Up @@ -89,10 +89,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
run: npm install
run: npm run lint
run: npm run test:all:coverage
run: npm run e2e:uws
- run: npm install
- run: npm run lint
- run: npm run test:all:coverage
- run: npm run e2e:uws
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit cd0da91

Please sign in to comment.