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