Skip to content

Commit

Permalink
ci: update actions-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie committed Jan 19, 2024
1 parent 97275f8 commit d3eeefd
Showing 1 changed file with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
name: Integration Test
# Tests athe github action on each push
name: Action Integration Test
on:
push:
branches:
- main
pull_request:
jobs:
integration-testing:
name: Integration Testing
action-integration-testing:
name: Action Integration Testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout
- name: Copy in Dockerfile
run: cp Docker/Dockerfile Dockerfile
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Update action.yml to use dockerfile
uses: rmeneely/update-yaml@v1
with:
infile: action.yml
varlist: "runs.image=Dockerfile"
- name: Test action
id: test-action
# test with the local checkout of the action
Expand Down

0 comments on commit d3eeefd

Please sign in to comment.