Skip to content

Commit

Permalink
Add self-hosted GA for IMA container test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-skalelabs committed Oct 10, 2023
1 parent a1242cd commit 474edd4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/container-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,14 @@ jobs:
echo ------------ lscpu
lscpu || true
- name: UPDATE - system deps and install libc6, net-tools, btrfs-progs, zip, unzip, bash, procps, curl
- name: UPDATE - system deps and install libc6, net-tools, btrfs-progs, zip, unzip, bash, procps, curl, jq
run: |
sudo apt-get update
sudo apt-get install libc6 net-tools btrfs-progs zip unzip
sudo apt-get install bash
sudo apt-get install procps
sudo apt-get install curl
sudo apt-get install jq
#
# - name: INIT - install docker
# run: |
Expand Down Expand Up @@ -432,6 +433,13 @@ jobs:
run: |
cd comprehensive-test
cd engine/create_pems
sudo rm -rf ./new_certs/* || true
sudo rm -rf ./k.key || true
sudo rm -rf ./k.pem || true
sudo rm -rf ./k.crt || true
sudo rm -rf ./client.key || true
sudo rm -rf ./client.pem || true
sudo rm -rf ./client.crt || true
./create_pems.sh
cd ../..
cd ..
Expand Down

0 comments on commit 474edd4

Please sign in to comment.