Skip to content

Commit

Permalink
Test using container
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-seifert-teradata authored May 7, 2024
1 parent 6d7917d commit 7fd8cc3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-to-prod-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,15 @@ on:
jobs:
sftp-files-to-cdn-and-purge-cache:
runs-on: tc-egress-nonprod-f42aba-0
container:
image: ubuntu:latest

steps:
- name: Install
run: |
sudo apt update
sudo apt install -y lftp
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7fd8cc3

Please sign in to comment.