Skip to content

Commit

Permalink
sync: synced file(s) with owlebot/main
Browse files Browse the repository at this point in the history
  • Loading branch information
multirepo-manager[bot] committed Nov 20, 2023
1 parent 2e4bb6f commit 45d9521
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,16 @@ jobs:
push: true
no-cache: true
deploy:
strategy:
matrix:
node-version: [18.x]
runs-on: ubuntu-latest
if: github.event.repository.name != 'main' && github.event.repository.name != 'template-service'
needs: [test, build]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 20.9.0
cache: yarn
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
continue-on-error: true
Expand Down
16 changes: 6 additions & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 20.9.0
cache: yarn
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
continue-on-error: true
Expand All @@ -36,15 +34,13 @@ jobs:
run: yarn lint
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 20.9.0
cache: yarn
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
continue-on-error: true
Expand Down

0 comments on commit 45d9521

Please sign in to comment.