Skip to content

Commit

Permalink
chain env vars with commands
Browse files Browse the repository at this point in the history
  • Loading branch information
daemon1024 committed Jul 2, 2021
1 parent 113dd27 commit ff0d2ab
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/go-vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,7 @@ jobs:
cd contribution/vagrant
vagrant up
- name: Build
- name: Build & Test
run: |
cd contribution/vagrant
vagrant ssh
cd
cd KubeArmor/KubeArmor
make clean && make
- name: Test
run: |
cd contribution/vagrant
vagrant ssh
cd
cd KubeArmor/tests
kubectl proxy &
./test-scenarios-local.sh
cat /tmp/kubearmor.test
vagrant ssh -c "export GOPATH=\$HOME/go;export PATH=\$PATH:/usr/local/go/bin:\$HOME/go/bin;go env;cd KubeArmor/KubeArmor;make clean;make;cd ..;cd tests;kubectl proxy & ./test-scenarios-local.sh;cat /tmp/kubearmor.test"

0 comments on commit ff0d2ab

Please sign in to comment.