We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69fddc commit bb7aad9Copy full SHA for bb7aad9
.github/workflows/snyk.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Configure Bundler for development
38
run: |
39
bundle config set without 'staging production'
40
- bundle config unset deployment # eemaldab frozen režiimi
+ bundle config unset deployment # remove frozen mode
41
42
- name: Setup database
43
@@ -50,7 +50,7 @@ jobs:
50
- name: Update Gemfile.lock
51
52
bundle install
53
- bundle update # uuendab kõik gemid vastavalt Gemfile-le
+ bundle update # update all gems according to Gemfile
54
55
- name: Run tests to ensure everything works
56
run: bundle exec rails test
0 commit comments