Update main.yml
This commit is contained in:
parent
b99fb96259
commit
4468d36462
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue