Skip to content

Commit

Permalink
cleanup github action worklow
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 20, 2024
1 parent 65f55b8 commit db2977c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Cache Test Artifacts
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/test/artifacts
path: ${{ github.workspace }}/tests/artifacts
key: test-artifacts
- name: Cache Lucee files
uses: actions/cache@v4
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
testLabels: data-provider
testAdditional: ${{ github.workspace }}/tests
testSevices: mysql
- name: Run Lucee Test Suite (testLabels="data-provider-integration")
- name: Run Lucee Test Suite (testLabels="data-provider-integration") (expected to fail)
uses: lucee/script-runner@main
continue-on-error: true
with:
Expand All @@ -76,13 +76,13 @@ jobs:
if: "github.ref == 'refs/heads/main' && github.event_name == 'push'"
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Log into Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit db2977c

Please sign in to comment.