]> git.phdru.name Git - sqlconvert.git/blobdiff - .github/workflows/run-tests.yaml
CI(GHActions): More descriptive step names
[sqlconvert.git] / .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' }}