Skip to content

Commit

Permalink
fix type in name of data-processing-lib in recent commit to build-act…
Browse files Browse the repository at this point in the history
…ions workflow

Signed-off-by: David Wood <dawood@us.ibm.com>
  • Loading branch information
daw3rd committed May 23, 2024
1 parent 8c927ac commit 2d589e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Build and Test Code Transforms
run: |
make -C data-procesing-lib DOCKER=docker image
make -C data-processing-lib DOCKER=docker image
make -C transforms/code DOCKER=docker image test-image
build-universal:
runs-on: ubuntu-latest
Expand All @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
- name: Build and Test Universal Transforms
run: |
make -C data-procesing-lib DOCKER=docker image
make -C data-processing-lib DOCKER=docker image
make -C transforms/universal DOCKER=docker image test-image
build-tools:
runs-on: ubuntu-latest
Expand All @@ -34,5 +34,5 @@ jobs:
uses: actions/checkout@v4
- name: Build and Test Universal Transforms
run: |
make -C data-procesing-lib DOCKER=docker image
make -C data-processing-lib DOCKER=docker image
make -C tools/ingest2parquet DOCKER=docker image test-image

0 comments on commit 2d589e3

Please sign in to comment.