Skip to content

Commit

Permalink
added assets folder to github action image
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema committed Oct 5, 2024
1 parent e33cc64 commit b8e694c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Test GitHub Action
uses: ./
with:
filepath: github-action/test/asyncapi.yml
filepath: ./github-action/test/asyncapi.yml
- name: Assert GitHub Action
run: |
echo "Listing all files"
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Test GitHub Action
uses: ./
with:
filepath: github-action/test/asyncapi.yml
filepath: ./github-action/test/asyncapi.yml
command: validate

test-custom-command:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Test GitHub Action
uses: ./
with:
filepath: github-action/test/asyncapi.yml
filepath: ./github-action/test/asyncapi.yml
output: custom-output
- name: Assert GitHub Action
run: |
Expand Down
Binary file added bin/act
Binary file not shown.
1 change: 1 addition & 0 deletions github-action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN mkdir -p /libraries
# Copy the lib, bin, node_modules, and package.json files to the /libraries directory
RUN cp -r /tmp/source_code/lib /libraries
RUN cp -r /tmp/source_code/node_modules /libraries
RUN cp -r /tmp/source_code/assets /libraries
RUN cp /tmp/source_code/package.json /libraries
RUN cp /tmp/source_code/package-lock.json /libraries

Expand Down

0 comments on commit b8e694c

Please sign in to comment.