Skip to content

Commit

Permalink
Improve gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodlewski committed Feb 5, 2025
1 parent 3752d7f commit 33733b1
Show file tree
Hide file tree
Showing 11 changed files with 1,096 additions and 176 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: Build action runner
run: docker build -t "wgd-action-runner:pr-${{ github.event.number }}" --build-arg "GIT_SHA=${{ github.sha }}" apps/wgd-action-runner

- name: Build action runner
run: podman build -t "wgd-action-runner:pr-${{ github.event.number }}" --build-arg "GIT_SHA=${{ github.sha }}" apps/wgd-action-runner

- name: build
uses: docker/build-push-action@v6
with:
Expand Down
5 changes: 0 additions & 5 deletions apps/wgd-action-runner/steps/step_exec

This file was deleted.

10 changes: 0 additions & 10 deletions apps/wgd-action-runner/steps/step_gh_action

This file was deleted.

3 changes: 0 additions & 3 deletions apps/wgd-action-runner/steps/step_test_error

This file was deleted.

Loading

0 comments on commit 33733b1

Please sign in to comment.