Skip to content

Commit

Permalink
Rename local GitHub actions to match expected dir/action.yaml naming …
Browse files Browse the repository at this point in the history
…scheme
  • Loading branch information
jeancochrane committed Aug 3, 2023
1 parent 0396849 commit f833271
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test_dbt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
uses: actions/checkout@v3

- name: Install dbt requirements
uses: ./.github/actions/install_dbt_requirements.yaml
uses: ./.github/actions/install_dbt_requirements

- name: Load environment variables
uses: ./.github/actions/load_environment_variables.yaml
uses: ./.github/actions/load_environment_variables

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_dbt_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
uses: actions/checkout@v3

- name: Install dbt requirements
uses: ./.github/actions/install_dbt_requirements.yaml
uses: ./.github/actions/install_dbt_requirements

- name: Load environment variables
uses: ./.github/actions/load_environment_variables.yaml
uses: ./.github/actions/load_environment_variables

- if: ${{ inputs.use_build_cache }}
name: Cache dbt manifest
Expand Down

0 comments on commit f833271

Please sign in to comment.