mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 10:46:26 +00:00
Fixed shell yml
This commit is contained in:
parent
36c39467ee
commit
b54f0fa366
20
.github/workflows/shell.yml
vendored
20
.github/workflows/shell.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Civet_Linux
|
||||
name: Shell
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -10,12 +10,12 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
container: docker://ubuntu:latest
|
||||
- name: Update Package Manager
|
||||
run: apt-get DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y tzdata
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get install -y net-tools
|
||||
- name: Test connection
|
||||
run: ping 8.8.8.8
|
||||
runs-on: ubuntu-18.04
|
||||
container: docker://ubuntu:latest
|
||||
- name: Update Package Manager
|
||||
run: apt-get DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y tzdata
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get install -y net-tools
|
||||
- name: Test connection
|
||||
run: ping 8.8.8.8
|
Loading…
Reference in New Issue
Block a user