Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Sep 17, 2023
1 parent 5474af1 commit f14018a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
fail-fast: false
matrix:
#category: [ "Basic", "SqlServer", "PostgreSQL", "MariaDB", "Sqlite", "Oracle" ]
category: [ "Basic", "MariaDB", "Sqlite" ]
category: [ "Basic", "Sqlite" ]

steps:
- name: Download binaries
Expand Down Expand Up @@ -155,12 +155,12 @@ jobs:
run: |
XML_DIR='/tmp/xml'
echo "xml dir: $XML_DIR"
test -d $XML_DIR || mkdir $XML_DIR
find "test-results" -name '*.xml' -exec cp "{}" $XML_DIR \;
ls -lR $XML_DIR
/tmp/smink/smink "$XML_DIR/*.xml" "test-results/test-report.html"
echo /tmp/smink/smink "${XML_DIR}/*.xml" "test-results/test-report.html"
/tmp/smink/smink "${XML_DIR}/*.xml" "test-results/test-report.html"
ls -lR test-results
- name: Upload HTML test report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f14018a

Please sign in to comment.