Skip to content

Commit

Permalink
Use simple reusable workflow rather than composite workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jarodmeng committed Jan 3, 2025
1 parent a511ce1 commit 948925d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# Install docker-compose and set up presto/trino servers
- name: Setup Presto and Trino servers
if: matrix.config.os == 'ubuntu-latest'
uses: ./.github/workflows/setup-presto-trino-servers.yaml
uses: ./.github/workflows/setup-presto-trino-servers.yml

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Install docker-compose and set up presto/trino servers
- name: Setup Presto and Trino servers
uses: ./.github/workflows/setup-presto-trino-servers.yaml
uses: ./.github/workflows/setup-presto-trino-servers.yml

- name: Test coverage
run: covr::codecov(quiet = FALSE)
Expand Down

0 comments on commit 948925d

Please sign in to comment.