Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/workflows/seed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,12 @@ jobs:
sparse-checkout: |
.github/actions/run-seed-process

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: fernapi
password: ${{ secrets.FERN_API_DOCKERHUB_PASSWORD }}

- name: Run All Seed Tests
uses: ./.github/actions/run-seed-process
with:
Expand Down Expand Up @@ -781,6 +787,12 @@ jobs:
sparse-checkout: |
.github/actions/run-seed-process

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: fernapi
password: ${{ secrets.FERN_API_DOCKERHUB_PASSWORD }}

- name: Run All Seed Tests
uses: ./.github/actions/run-seed-process
with:
Expand Down Expand Up @@ -841,6 +853,12 @@ jobs:
sparse-checkout: |
.github/actions/run-seed-process

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: fernapi
password: ${{ secrets.FERN_API_DOCKERHUB_PASSWORD }}

- name: Run All Seed Tests
uses: ./.github/actions/run-seed-process
with:
Expand Down Expand Up @@ -901,6 +919,12 @@ jobs:
sparse-checkout: |
.github/actions/run-seed-process

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: fernapi
password: ${{ secrets.FERN_API_DOCKERHUB_PASSWORD }}

- name: Run All Seed Tests
uses: ./.github/actions/run-seed-process
with:
Expand Down Expand Up @@ -991,6 +1015,12 @@ jobs:
sparse-checkout: |
.github/actions/run-seed-process

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: fernapi
password: ${{ secrets.FERN_API_DOCKERHUB_PASSWORD }}

- name: Run All Seed Tests
uses: ./.github/actions/run-seed-process
with:
Expand Down