Skip to content

Commit

Permalink
testing one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed Jul 9, 2024
1 parent fdf9d92 commit 3da3556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
contentctl-unit-testing:
unit-testing:
runs-on: ubuntu-latest
if: "!contains(github.ref, 'refs/tags/')" #don't run on tags - future steps won't run either since they depend on this job
# needs: [validate-tag-if-present, quit-for-dependabot]
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
continue-on-error: true

- name: store_artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test_summary_results
path: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/validate-and-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: validate-and-build
on:
push:
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]
jobs:
validate-and-build:
#Note that the CircleCI job used a Container. The way to do this with Github Actions
Expand Down

0 comments on commit 3da3556

Please sign in to comment.