Skip to content

Commit b182543

Browse files
committed
build: move int test
1 parent e3d9347 commit b182543

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.github/workflows/integration.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -77,35 +77,6 @@ jobs:
7777
github_token: ${{ secrets.GITHUB_TOKEN }}
7878
branches: gh-pages
7979

80-
integration-root-folder:
81-
needs: integration-checkout-v1
82-
runs-on: ubuntu-latest
83-
steps:
84-
- name: Checkout
85-
uses: actions/checkout@v4
86-
with:
87-
persist-credentials: false
88-
89-
- name: Echo
90-
working-directory: integration
91-
run: |
92-
echo "Here"
93-
94-
- name: Build and Deploy
95-
uses: JamesIves/github-pages-deploy-action@v4
96-
with:
97-
folder: .
98-
target-folder: cat/montezuma5
99-
silent: true
100-
git-config-name: Montezuma
101-
git-config-email: [email protected]
102-
103-
- name: Cleanup Generated Branch
104-
uses: dawidd6/[email protected]
105-
with:
106-
github_token: ${{ secrets.GITHUB_TOKEN }}
107-
branches: gh-pages
108-
10980
# Deploys using a container that requires you to install rsync.
11081
integration-container:
11182
needs: integration-checkout-v2
@@ -359,3 +330,32 @@ jobs:
359330
owner: MontezumaIves
360331
repository: lab
361332
branches: gh-pages
333+
334+
integration-root-folder:
335+
needs: integration-rebase-conflicts-cleanup
336+
runs-on: ubuntu-latest
337+
steps:
338+
- name: Checkout
339+
uses: actions/checkout@v4
340+
with:
341+
persist-credentials: false
342+
343+
- name: Echo
344+
working-directory: integration
345+
run: |
346+
echo "Here"
347+
348+
- name: Build and Deploy
349+
uses: JamesIves/github-pages-deploy-action@v4
350+
with:
351+
folder: .
352+
target-folder: cat/montezuma5
353+
silent: true
354+
git-config-name: Montezuma
355+
git-config-email: [email protected]
356+
357+
- name: Cleanup Generated Branch
358+
uses: dawidd6/[email protected]
359+
with:
360+
github_token: ${{ secrets.GITHUB_TOKEN }}
361+
branches: gh-pages

0 commit comments

Comments
 (0)