Update main.yml

This commit is contained in:
Sai Charan Lanka 2021-07-25 22:04:02 +05:30 committed by Tim Edwards
parent b99fb96259
commit 4468d36462
1 changed files with 1 additions and 11 deletions

View File

@ -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