Skip to content

Commit

Permalink
maybe-modules?-2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderankin committed Aug 14, 2024
1 parent 2da7579 commit 4ac9830
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
modules=$(echo "${{ steps.changed-files.outputs.all_changed_files }}" | jq '.[] | split("/") | first' | jq -s -c '. | unique')
echo "computed_modules=$modules"
echo "computed_modules=$modules" >> $GITHUB_OUTPUT
#echo "computed_modules=$modules" >> $GITHUB_OUTPUT
echo 'computed_modules=["arangodb","aws","azurite","cassandra","chroma","clickhouse","cockroachdb","cosmosdb","db2","elasticsearch","generic","google","influxdb","k3s","kafka","keycloak","localstack","mailpit","memcached","milvus","minio","mongodb","mqtt","mssql","mysql","nats","neo4j","nginx","ollama","opensearch","oracle"-free,"postgres","qdrant","rabbitmq","redis","registry","scylla","selenium","sftp","test_module_import","trino","vault","weaviate"]' >> $GITHUB_OUTPUT
outputs:
changed_modules: ${{ steps.compute-changes.outputs.computed_modules }}
Expand Down
Empty file removed modules/test
Empty file.

0 comments on commit 4ac9830

Please sign in to comment.