Skip to content

Commit

Permalink
fix docker limit job
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Jul 11, 2024
1 parent bb7c9d5 commit fc68bc1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ jobs:
check-docker-limit-before:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.19.1
cache: 'yarn'
- run: yarn setup

- name: Check docker.hub limit start
env:
USER: ${{ secrets.DOCKER_USERNAME }}
Expand Down Expand Up @@ -62,6 +71,14 @@ jobs:
runs-on: ubuntu-latest
needs: test-elasticsearch-assets
steps:
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.19.1
cache: 'yarn'
- run: yarn setup
- name: Check docker.hub limit after
env:
USER: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit fc68bc1

Please sign in to comment.