]> git.phdru.name Git - sqlconvert.git/commitdiff
CI(GHActions): More descriptive step names
authorOleg Broytman <phd@phdru.name>
Thu, 15 Dec 2022 20:53:34 +0000 (23:53 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 15 Dec 2022 20:53:34 +0000 (23:53 +0300)
Add OS name.

.github/workflows/run-tests.yaml

index fc4d9a76c2570a8fc597c2a64af64a01b8c58d0d..7d51773842c92f83dd279c51209d69ecabcd234b 100644 (file)
@@ -24,11 +24,11 @@ jobs:
 
       # Setup PostgreSQL
       - uses: ankane/setup-postgres@v1
-      - name: Setup Postgres user
+      - name: Setup Postgres user @ Linux
         run: |
           sudo -u postgres psql --command="ALTER USER runner CREATEDB PASSWORD 'test'"
         if: ${{ runner.os == 'Linux' }}
-      - name: Setup Postgres user
+      - name: Setup Postgres user @ w32
         run: |
           psql --command="CREATE USER runner CREATEDB PASSWORD 'test'"
         if: ${{ runner.os == 'Windows' }}