Skip to content

Commit

Permalink
use inputfield for container create volume option
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Nov 25, 2023
1 parent 0e5ce0d commit 290a613
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,10 @@ jobs:
container:
image: fedora:latest
steps:
- uses: actions/checkout@v4
- run: |
# Preparing and running unit tests #
dnf -y install git-core golang glibc-static git-core wget gcc make
git clone https://github.com/${GITHUB_REPOSITORY}.git
cd podman-tui
PR_HEAD=$(echo ${GITHUB_REF} | sed 's/merge/head/g')
git pull origin ${PR_HEAD}
bash ./hack/install_dep.sh
export GOBIN=$(pwd)/bin/
make .install.ginkgo
Expand Down

0 comments on commit 290a613

Please sign in to comment.