Skip to content

Commit b7bd613

Browse files
committed
(CI) updating ubuntu.yml
1 parent b424311 commit b7bd613

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,16 @@ jobs:
4646
4747
- name: Configure
4848
run: |
49-
service postgresql status
5049
sudo service postgresql start
51-
echo "here 1"
5250
service postgresql status
5351
sudo -u postgres createdb -p ${POSTGRES_PORT} setup
5452
sudo -u postgres psql -c 'CREATE ROLE "runner" SUPERUSER CREATEDB CREATEROLE INHERIT LOGIN PASSWORD $$runner$$;' -d setup
5553
echo :5432:*:runner:runner >> .pgpass
5654
sudo -u postgres psql -c 'CREATE ROLE "user" SUPERUSER CREATEDB CREATEROLE INHERIT LOGIN PASSWORD $$user$$;' -d setup
5755
echo :5432:*:user:user >> .pgpass
58-
echo "here 5"
59-
mkdir -p ~/Desktop/workshop-2019
6056
mkdir build
6157
cd build
62-
cmake -DPGR_WORKSHOP_DEBUG=ON -DES=ON -DSV=ON ..
58+
cmake -DPGR_WORKSHOP_DEBUG=ON ..
6359
psql -l
6460
env:
6561
POSTGRES_HOST: localhost

0 commit comments

Comments
 (0)