Skip to content

Commit

Permalink
WPI
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Feb 23, 2024
1 parent f8a5a80 commit 93ffaca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Checkout older version
uses: actions/checkout@v3
with:
repository: MorphiaOrg/morphia
ref: ${{ matrix.morphia-branch }}
Expand All @@ -158,8 +160,13 @@ jobs:
- name: Perform Upgrade and Test
run: |
pwd
echo "-----"
ls ~/ #morphia/.github
echo "-----"
ls ../
echo "-----"
ls ../*
echo "-----"
for i in *
do
[ -e $i/src/main/java ] && rm -rf $i/src/main/java
Expand Down

0 comments on commit 93ffaca

Please sign in to comment.