From 4468d3646217f573a76b563b7d7e0b25ce33c0ae Mon Sep 17 00:00:00 2001 From: Sai Charan Lanka Date: Sun, 25 Jul 2021 22:04:02 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d79b68..f5d05bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,23 +22,13 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - # Runs a set of commands using the runners shell - name: Pulling the docker image run: docker pull vezzal/vezzal:v0 - name: Run the docker image - run: docker run -i vezzal/vezzal:v0 bash + run: docker run vezzal/vezzal:v0 - - name: Run the test - run: | - ../configure.sh