Skip to content

Commit

Permalink
Reapplying Github workflow tests for merge_repos.sh stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thebinoman committed Mar 1, 2024
1 parent 01b8a3c commit bdb3506
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/pre-submit-fork-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ jobs:
run: |
git checkout main
bash test/sensitive_data.sh
# MergeRepos:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# with:
# fetch-depth: 0
# - name: test merge repos question
# run: |
# git checkout main
# cd test
# bash merge_repos.sh
MergeRepos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: test merge repos question
run: |
git checkout main
cd test
bash merge_repos.sh
12 changes: 6 additions & 6 deletions .github/workflows/pre-submit-pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
cd tmprepo
git checkout main
bash test/sensitive_data.sh
# - name: test merge repos question
# run: |
# cd tmprepo
# git checkout main
# cd test
# bash merge_repos.sh
- name: test merge repos question
run: |
cd tmprepo
git checkout main
cd test
bash merge_repos.sh

0 comments on commit bdb3506

Please sign in to comment.