Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Mar 16, 2024
1 parent 71f1ea0 commit c0a23af
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/depraveyard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Depraveyard

on:
push:
branches:
- develop

jobs:
depraveyard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- name: Depraveyard pushing
run: npx depraveyard push --orgId ozziest-org-YLASRc --accessId ${{ secrets.DEPRAVEYARD_ACCESS_ID }} --accessToken ${{ secrets.DEPRAVEYARD_TOKEN }}
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- master
- develop
- rc
push:
branches:
- develop
jobs:
units:
runs-on: ubuntu-latest
Expand All @@ -24,8 +21,6 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm run test
- name: Depraveyard pushing
run: npx depraveyard push --orgId ozziest-org-YLASRc --accessId ${{ secrets.DEPRAVEYARD_ACCESS_ID }} --accessToken ${{ secrets.DEPRAVEYARD_TOKEN }}

linting:
runs-on: ubuntu-latest
Expand All @@ -39,4 +34,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run lint

0 comments on commit c0a23af

Please sign in to comment.